fixed bugs and installed react-router-dom

This commit is contained in:
2026-06-25 14:34:56 +02:00
parent eb52dfb63f
commit d78d4c1468
4 changed files with 80 additions and 38 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
},
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7"
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",