diff --git a/components/layout/footer-menu.tsx b/components/layout/footer-menu.tsx index 444406294..e88d6d7e5 100644 --- a/components/layout/footer-menu.tsx +++ b/components/layout/footer-menu.tsx @@ -19,7 +19,7 @@ const FooterMenuItem = ({ item }: { item: Menu }) => { { ); }; -export default function FooterMenu({ menu }: { menu: Menu[] }) { +function FooterMenu({ menu }: { menu: Menu[] }) { if (!menu.length) return null; return ( -