diff --git a/frontend/src/components/UI/Footer/Footer.jsx b/frontend/src/components/UI/Footer/Footer.jsx index 05ceaf7704..638e85ceb0 100644 --- a/frontend/src/components/UI/Footer/Footer.jsx +++ b/frontend/src/components/UI/Footer/Footer.jsx @@ -1,6 +1,5 @@ import AgencyInfo from "./AgencyInfo"; import Identifier from "./Identifier"; -import NavFooter from "./NavFooter"; const Footer = () => { const scrollToTop = () => { @@ -19,9 +18,6 @@ const Footer = () => { Return to top -
- -
diff --git a/frontend/src/components/UI/Footer/NavFooter.jsx b/frontend/src/components/UI/Footer/NavFooter.jsx deleted file mode 100644 index ac30788f9c..0000000000 --- a/frontend/src/components/UI/Footer/NavFooter.jsx +++ /dev/null @@ -1,45 +0,0 @@ -const NavFooter = () => { - return ( - - ); -}; - -export default NavFooter;