From cfac59282da55f4791d6352f15887a15e9ff6ec5 Mon Sep 17 00:00:00 2001 From: Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:51:25 +0200 Subject: Games page, maplist page (#153) Co-authored-by: Wolfboy248 <105884620+Wolfboy248@users.noreply.github.com> --- frontend/src/App.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'frontend/src/App.js') diff --git a/frontend/src/App.js b/frontend/src/App.js index 93652e6..b7bfeb3 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -8,10 +8,13 @@ import "./App.css"; import Summary from "./components/pages/summary.js" import Profile from "./components/pages/profile.js" import About from './components/pages/about.js'; +import Games from "./components/pages/games.js"; +import Maplist from './components/pages/maplist.js'; +import Home from "./components/pages/maplist.js"; +import Homepage from './components/pages/home.js'; export default function App() { - const [token, setToken] = React.useState(null); const [mod,setMod] = React.useState(false) React.useEffect(()=>{ @@ -25,7 +28,7 @@ export default function App() { - }> + }> }> }> }> @@ -36,6 +39,8 @@ export default function App() { }> }> }> + }> + }> }> -- cgit v1.2.3