Add react-router to project

This commit is contained in:
Wouter van Veelen
2025-11-24 00:37:04 +01:00
parent 91a6db09f7
commit efac9ed7c1
2 changed files with 9 additions and 1 deletions

View File

@@ -15,7 +15,8 @@
"@mui/material": "^7.3.4",
"@mui/icons-material": "^7.3.4",
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react-dom": "^19.1.1",
"react-router": "^7.9.6"
},
"devDependencies": {
"@eslint/js": "^9.36.0",