diff --git a/src/App.js b/src/App.js index f9ee400..b662d6d 100644 --- a/src/App.js +++ b/src/App.js @@ -3,6 +3,7 @@ import { BrowserRouter as Router, Route, Routes } from 'react-router-dom'; import Navbar from './components/Navbar'; import Home from './components/Home'; import Contact from './components/Contact'; +import Footer from './components/Footer'; const App = () => { return ( @@ -14,6 +15,7 @@ const App = () => { } /> +