diff --git a/src/App.tsx b/src/App.tsx index 89db2e5..c95ff75 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,6 +5,7 @@ import Header from "./components/Header"; import NewsLetter from "./components/newsLetter"; import Home from "./pages/Home"; import Institutional from "./pages/Institutional"; +import Footer from "./components/Footer"; const router = createBrowserRouter([ { @@ -23,6 +24,7 @@ function App() {
+