From d40057cf0afe1f16b7d6c8ec3339778af639b4e4 Mon Sep 17 00:00:00 2001 From: Govard Barkhatov Date: Mon, 9 Sep 2024 19:46:25 +0300 Subject: [PATCH] rm unused interface --- src/app/components/Footer/Footer.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/components/Footer/Footer.tsx b/src/app/components/Footer/Footer.tsx index 69535154..c48a4ad9 100644 --- a/src/app/components/Footer/Footer.tsx +++ b/src/app/components/Footer/Footer.tsx @@ -63,8 +63,6 @@ const iconLinks = [ }, ]; -interface FooterProps {} - export const Footer: React.FC = () => { return (