feat: implement basic Zustand store

This commit is contained in:
MAZE
2023-10-10 17:29:12 +03:30
parent e2cd75a332
commit 22bb65de0d
14 changed files with 228 additions and 35 deletions

View File

@@ -28,7 +28,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "4.11.0",
"react-wrap-balancer": "1.1.0"
"react-wrap-balancer": "1.1.0",
"zustand": "4.4.3"
},
"devDependencies": {
"@commitlint/cli": "17.7.2",