Change old solid-app-router to the new @solidjs/router

This commit is contained in:
Nicolai Van der Storm
2022-10-07 11:18:31 +02:00
parent 8671428a75
commit 07c295f8c7
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"vite-plugin-windicss": "^1.8.7"
},
"dependencies": {
"solid-app-router": "^0.4.2",
"@solidjs/router": "^0.4.3",
"solid-js": "^1.5.1"
}
}