Upgrade to Material-UI v7 and React 19 (#954)

This commit is contained in:
Copilot
2025-12-22 21:03:46 +01:00
committed by GitHub
parent eb605a884c
commit a143c5fb45
11 changed files with 292 additions and 197 deletions

View File

@@ -10,7 +10,7 @@
"sourceMap": true,
"module": "esnext",
"target": "ES2020",
"jsx": "react",
"jsx": "react-jsx",
"paths": {
"react": ["./node_modules/@types/react"]
},