diff options
| author | realtradam <[email protected]> | 2024-05-23 16:55:59 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-05-23 16:55:59 -0400 |
| commit | 7a38eef00de0bb35565dda3ddb1efa748c22ea47 (patch) | |
| tree | f94e4fb29bedf5f05dcb6913b77932a077bf0216 /src/routes/index.jsx | |
| parent | 5f1b0bb1883a8021c7261dad59e063824849fd81 (diff) | |
| download | malcz.com-7a38eef00de0bb35565dda3ddb1efa748c22ea47.tar.gz malcz.com-7a38eef00de0bb35565dda3ddb1efa748c22ea47.zip | |
improve games
Diffstat (limited to 'src/routes/index.jsx')
| -rw-r--r-- | src/routes/index.jsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/index.jsx b/src/routes/index.jsx index 5809fbb..67f76a7 100644 --- a/src/routes/index.jsx +++ b/src/routes/index.jsx @@ -29,7 +29,8 @@ export default function index() <Route index element={<Home />} /> <Route path="/blogs" element={<Blogs />} /> <Route path="/games" element={<Games />} /> - <Route path="/games/:user/:game" element={<Game />} /> + {/*<Route path="/games/upload" element={<GamesUpload />} />*/} + <Route path="/game/:game" element={<Game />} /> </Route> </Routes> </Router> |
