Skip to content

Commit

Permalink
feat: adding form
Browse files Browse the repository at this point in the history
  • Loading branch information
arunavabasucom committed Dec 26, 2023
1 parent 3cb278c commit 3323bf8
Show file tree
Hide file tree
Showing 9 changed files with 167 additions and 468 deletions.
4 changes: 3 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@emotion/styled": "11.9.3",
"@hookform/resolvers": "2.9.6",
"@mui/icons-material": "5.8.4",
"@mui/joy": "5.0.0-beta.20",
"@mui/material": "5.9.1",
"@mui/styles": "5.9.1",
"@testing-library/jest-dom": "5.16.4",
Expand All @@ -27,7 +28,8 @@
"react-top-loading-bar": "2.1.0",
"typescript": "4.7.4",
"web-vitals": "3.0.3",
"yup": "0.32.11"
"yup": "0.32.11",
"zustand": "^4.4.7"
},
"scripts": {
"dev": "vite",
Expand Down
Loading

0 comments on commit 3323bf8

Please sign in to comment.