feat: integrate Zustand for global state management and apply it to the sidebar

This commit is contained in:
Pablo Lara
2024-09-02 12:41:35 +02:00
parent d1cd8848eb
commit 2d07186eb1
3 changed files with 46 additions and 7 deletions
+2 -1
View File
@@ -35,7 +35,8 @@
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"zod": "^3.23.8"
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@iconify/react": "^5.0.1",