diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index ff07626..788d793 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,57 +1,7 @@ -import { Typography } from "@material-tailwind/react"; - export function Footer() { return ( ); }