Added router

This commit is contained in:
Marc Wieland
2025-07-25 14:34:29 +02:00
parent df7372999b
commit 4934b8043c
91 changed files with 105121 additions and 15 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react-dom": "^19.1.0",
"react-router-dom": "^7.7.1"
}
}