Merged nia

This commit is contained in:
Lukian 2024-12-06 04:44:34 +01:00
commit b252122272
21 changed files with 485 additions and 11 deletions

View file

@ -17,7 +17,8 @@
"react-dom": "^18.3.1",
"react-router": "^7.0.2",
"three": "^0.171.0",
"three-stdlib": "^2.34.0"
"three-stdlib": "^2.34.0",
"react-router-dom": "^6.2.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
@ -30,6 +31,7 @@
"globals": "^15.12.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
"vite": "^6.0.1",
"react-router-dom": "^6.2.1"
}
}