Skip to content

Commit

Permalink
Remove create_game route
Browse files Browse the repository at this point in the history
  • Loading branch information
staadecker committed Apr 29, 2024
1 parent 974121b commit e601782
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export const router = createBrowserRouter([
path: "/",
element: <CreateGame />,
},
{
path: "/create_game",
element: <CreateGame />,
},
{
path: "/manage_game/:gameId",
element: <ManageGame />,
Expand Down

0 comments on commit e601782

Please sign in to comment.