diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 187ae7e7..1b14a831 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,4 +1,5 @@ import "bootstrap/dist/css/bootstrap.min.css"; +import Footer from "components/nav/Footer"; import TopNavbar from "components/nav/TopNavbar"; import NotFoundRedirect from "components/NotFoundRedirect"; import { AlertQueue, AlertQueueProvider } from "hooks/alerts"; @@ -36,14 +37,7 @@ const App = () => { - +