feat: admin page login
Showing
This diff is collapsed.
... | ... | @@ -9,7 +9,11 @@ |
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.13.0", | ||
"@emotion/styled": "^11.13.0", | ||
"@mui/material": "^5.16.4", | ||
"@radix-ui/react-accordion": "^1.2.0", | ||
"@radix-ui/react-checkbox": "^1.1.1", | ||
"@radix-ui/react-dialog": "^1.0.5", | ||
"@radix-ui/react-label": "^2.1.0", | ||
"@radix-ui/react-select": "^2.1.1", | ||
... | ... |
src/app/login/page.tsx
0 → 100644
Please register or sign in to comment