added react router (p4/8) done for lab

This commit is contained in:
2026-04-14 13:20:14 +10:00
parent ce47a1a610
commit 5b921cbbbb
12 changed files with 552 additions and 38 deletions

View File

@@ -14,8 +14,11 @@
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^9.0.0",
"@mui/material": "^9.0.0",
"@mui/x-charts": "^9.0.1",
"@mui/x-data-grid": "^9.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
"react-dom": "^19.2.4",
"react-router-dom": "^7.14.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",