add: offline button
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user