diff --git a/src/components/Footer/footer.tsx b/src/components/Footer/footer.tsx deleted file mode 100644 index 2fac661..0000000 --- a/src/components/Footer/footer.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import React from "react"; -import { FooterContainer } from "./styles"; - -const Footer: React.FC = () => { - return ( - -

© 2024 POFO. All rights reserved.

-

Contact us at admin@pofo.kr

-
- ); -}; - -export default Footer;