Skip to content

Commit

Permalink
rm unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Sep 9, 2024
1 parent fe534e5 commit 7efeebf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ const iconLinks = [
},
];

interface FooterProps {}

export const Footer: React.FC = () => {
return (
<div className="container mx-auto flex flex-col items-center">
Expand Down

0 comments on commit 7efeebf

Please sign in to comment.