feature: add sv-router, page structure and redirect to home from any other page

This commit is contained in:
Ilia Mashkov
2026-05-30 18:31:56 +03:00
parent eb5a8d1e5b
commit f6911fbcca
7 changed files with 64 additions and 8 deletions
+2 -1
View File
@@ -66,6 +66,7 @@
},
"dependencies": {
"@chenglou/pretext": "0.0.6",
"@tanstack/svelte-query": "6.1.28"
"@tanstack/svelte-query": "6.1.28",
"sv-router": "^0.16.3"
}
}