Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | // import React from 'react'; // import { Routes, Route } from 'react-router-dom'; // import LandingPage from './pages/LandingPage/LandingPage'; // import GamePage from './pages/GamePage/GamePage'; // // import other pages as needed // const AppRoutes = () => ( // <Routes> // <Route path="/" element={<LandingPage />} /> // <Route path="/gamepage" element={<GamePage />} /> // {/* Add more routes here */} // </Routes> // ); // export default AppRoutes; |