feat: remove query based routing

This commit is contained in:
2025-12-29 19:47:01 +01:00
parent 469c0e7dcb
commit 7e435ec62b
14 changed files with 207 additions and 140 deletions

1
app/types/app.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
type AppScreen = "home" | "contact" | "projects" | "settings";