diff --git a/src/Components/Footer/Footer.tsx b/src/Components/Footer/Footer.tsx index 78dc7cc..f4a48b2 100644 --- a/src/Components/Footer/Footer.tsx +++ b/src/Components/Footer/Footer.tsx @@ -1,55 +1,40 @@ import { useTranslation } from "react-i18next"; -import { FaFacebook, FaLinkedin } from "react-icons/fa"; const Footer = () => { const { t, i18n } = useTranslation(); return ( @@ -57,4 +42,3 @@ const Footer = () => { }; export default Footer; -