diff --git a/src/App.jsx b/src/App.jsx index 6048720..8ff12f0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -4,6 +4,7 @@ import { BrowserRouter as Router, Route, Routes } from 'react-router-dom'; import Header from './components/Header'; import Footer from './components/Footer'; import Home from './components/Home'; +import NotFound from './components/NotFound'; import About from './components/About'; import Roadmap from './components/Roadmap'; import RoadmapDetail from './components/RoadmapDetail'; // Import the RoadmapDetail component @@ -25,6 +26,7 @@ const App = () => { }> } /> + } />