add: offline button

This commit is contained in:
2023-12-13 12:40:47 +01:00
parent 0ce8645770
commit 5d46ff5123
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const router = async (uri) => {
{ path: "/home", view: HomeView },
{ path: "/me", view: MeView },
{ path: "/matchmaking", view: MatchMakingView },
{ path: "/game", view: GameView },
{ path: "/game/offline", view: GameView },
];
// Test each route for potential match