mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 21:56:41 +01:00
「🏗️」 wip: work in progress, not done yet.
This commit is contained in:
@ -85,6 +85,8 @@ const routes = [
|
||||
{ path: "/login", view: () => import("./views/LoginPage.ts") },
|
||||
{ path: "/register", view: () => import("./views/RegisterPage.ts") },
|
||||
|
||||
{ path: "/profile", view: () => import("./views/Profile.ts") },
|
||||
|
||||
{ path: "/tetris", view: () => import("./views/Tetris.ts") },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user