feat: implement authentication module with login page and protected routes while scaffolding application layout and roles management components

This commit is contained in:
Syed waseem
2026-09-10 12:08:26 +05:30
parent 73e233f129
commit 0f026fe2dc
9 changed files with 944 additions and 593 deletions
+1 -2
View File
@@ -23,7 +23,6 @@
"@tailwindcss/vite": "^4.3.0",
"axios": "^1.18.1",
"framer-motion": "^12.40.0",
"lucide-react": "^1.23.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-icons": "^5.6.0",
@@ -48,4 +47,4 @@
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12"
}
}
}