diff --git a/frontend/src/components/Footer/Footer.tsx b/frontend/src/components/Footer/Footer.tsx index 880ca2e..0b72e34 100644 --- a/frontend/src/components/Footer/Footer.tsx +++ b/frontend/src/components/Footer/Footer.tsx @@ -1,40 +1,44 @@ -import React from 'react' +import React from "react"; import { FaFacebookF } from "react-icons/fa"; import { FaInstagram } from "react-icons/fa"; import { FaTiktok } from "react-icons/fa"; const Footer = () => { - return ( -