Fix broken routing by unifying game state via Context API

This commit is contained in:
10x Developer 2026-05-08 21:35:14 +02:00
parent 6fc0820831
commit 82cae002f8
8 changed files with 53 additions and 20 deletions

View file

@ -2,14 +2,15 @@
"name": "tschausepp",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tensorflow/tfjs": "^4.19.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@tensorflow/tfjs": "^4.19.0"
"react-router-dom": "^7.15.0"
},
"devDependencies": {
"@types/react": "^18.3.5",