🏗️」 wip: work in progress, not done yet.

This commit is contained in:
y-syo
2025-10-05 18:10:07 +02:00
parent 35f5df4924
commit 156fd2b5a1
5 changed files with 69 additions and 25 deletions

View File

@ -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") },
];