feat(zustand): add zustand stores for exam, timer and auth

This commit is contained in:
shafin-r
2025-08-31 18:28:01 +06:00
parent 65e3338859
commit 7df2708db7
18 changed files with 352 additions and 106 deletions

View File

@ -21,7 +21,8 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.3.1",
"uuid": "^11.1.0"
"uuid": "^11.1.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@capacitor/cli": "^7.4.2",