diff --git a/src/App.js b/src/App.js index b662d6d..1b34432 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 About from './components/About'; import Footer from './components/Footer'; const App = () => { @@ -13,9 +14,10 @@ const App = () => { } /> } /> + } /> +