feat: remove query based routing

This commit is contained in:
2025-12-29 19:47:01 +01:00
parent e912270d1e
commit 96f8d5093b
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";