add Zustand Counter

This commit is contained in:
e560248
2025-04-08 10:23:00 +02:00
parent 0804eba920
commit 8b13335c6c
8 changed files with 72 additions and 5 deletions

View File

@@ -19,7 +19,8 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.5.0",
"react-scan": "^0.3.3"
"react-scan": "^0.3.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
@@ -39,4 +40,4 @@
"vite": "^6.2.0",
"vitest": "^3.1.1"
}
}
}