Changes
This commit is contained in:
@@ -29,6 +29,7 @@ const Leaderboard = lazy(() => import("./pages/Leaderboard"));
|
||||
const Tetris = lazy(() => import("./pages/Tetris"));
|
||||
const Pacman = lazy(() => import("./pages/Pacman"));
|
||||
const Snake = lazy(() => import("./pages/Snake"));
|
||||
const SnakeMultiplayer = lazy(() => import("./pages/SnakeMultiplayer"));
|
||||
const Breakout = lazy(() => import("./pages/Breakout"));
|
||||
const Music = lazy(() => import("./pages/Music"));
|
||||
const Oscilloscope = lazy(() => import("./pages/Oscilloscope"));
|
||||
@@ -124,6 +125,7 @@ const AppContent = () => {
|
||||
<Route path="games/tetris" element={<Tetris />} />
|
||||
<Route path="games/pacman" element={<Pacman />} />
|
||||
<Route path="games/snake" element={<Snake />} />
|
||||
<Route path="games/snake-2p" element={<SnakeMultiplayer />} />
|
||||
<Route path="games/breakout" element={<Breakout />} />
|
||||
<Route path="faq" element={<FAQ />} />
|
||||
<Route path="music" element={<Music />} />
|
||||
|
||||
Reference in New Issue
Block a user