diff --git a/src/App.js b/src/App.js index 9fe7973..60e154b 100644 --- a/src/App.js +++ b/src/App.js @@ -4,6 +4,7 @@ import LandingPage from "./pages/LandingPage"; import Challenges from "./pages/Challenges"; import {BrowserRouter, Route, Routes} from "react-router-dom"; import NavBar from "./components/elements/NavBar"; +import Footer from "./components/sections/Footer"; const App = () => { return ( @@ -15,6 +16,7 @@ const App = () => { }/> }/> +