diff --git a/src/App.jsx b/src/App.jsx index 975fa56..6048720 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,6 +6,7 @@ import Footer from './components/Footer'; import Home from './components/Home'; import About from './components/About'; import Roadmap from './components/Roadmap'; +import RoadmapDetail from './components/RoadmapDetail'; // Import the RoadmapDetail component const App = () => { const [menuOpen, setMenuOpen] = useState(false); @@ -21,7 +22,9 @@ const App = () => { } /> } /> - } /> + }> + } /> +