Added Private route and global store

This commit is contained in:
Manik Maity
2024-11-08 18:53:34 +05:30
parent 81657315f5
commit 700b0136fc
9 changed files with 138 additions and 41 deletions

View File

@@ -17,7 +17,8 @@
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.27.0"
"react-router-dom": "^6.27.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",