replaced remix with react-router

This commit is contained in:
dswbx
2025-03-14 15:32:43 +01:00
parent b3a0ecbe6d
commit b763826754
49 changed files with 562 additions and 488 deletions

View File

@@ -11,8 +11,8 @@
},
"dependencies": {
"bknd": "file:../../app",
"react": "file:../../node_modules/react",
"react-dom": "file:../../node_modules/react-dom",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.2.0"
},
"devDependencies": {