diff --git a/src/App.jsx b/src/App.jsx index a471245..975fa56 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,26 +1,32 @@ // src/App.jsx -import React from 'react'; - +import React, { useState } from 'react'; 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 About from './components/About'; import Roadmap from './components/Roadmap'; -const App = () => ( - -
-
- - } /> - } /> - } /> - -
-