diff --git a/src/components/header/Footer.tsx b/src/components/header/Footer.tsx deleted file mode 100644 index d4d453f..0000000 --- a/src/components/header/Footer.tsx +++ /dev/null @@ -1,90 +0,0 @@ -// Modules -import { Link } from 'react-router-dom'; -// Icons -import phone from '../../assets/icons/phone.svg'; -import mail from '../../assets/icons/mail.svg'; -import location from '../../assets/icons/location.svg'; - -const Footer = () => { - return ( - - ); -}; - -export default Footer;