-
- Downloads
Add register page
parent
a9c97948
No related branches found
No related tags found
Showing
- package-lock.json 20350 additions, 19 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/Routes.tsx 4 additions, 0 deletionssrc/Routes.tsx
- src/components/ProfileButton.tsx 0 additions, 22 deletionssrc/components/ProfileButton.tsx
- src/components/ProfileForm.tsx 86 additions, 0 deletionssrc/components/ProfileForm.tsx
- src/components/ProfileModal.tsx 0 additions, 77 deletionssrc/components/ProfileModal.tsx
- src/components/StyledTextField.tsx 27 additions, 0 deletionssrc/components/StyledTextField.tsx
- src/pages/RegisterPage.tsx 11 additions, 0 deletionssrc/pages/RegisterPage.tsx
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | @@ -49,6 +49,7 @@ | ... | @@ -49,6 +49,7 @@ |
"@material-ui/icons": "^4.11.2", | "@material-ui/icons": "^4.11.2", | ||
"@types/lodash": "^4.14.168", | "@types/lodash": "^4.14.168", | ||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
"formik": "^2.2.9", | |||
"http-proxy-middleware": "^1.0.6", | "http-proxy-middleware": "^1.0.6", | ||
"lodash": "^4.17.20", | "lodash": "^4.17.20", | ||
"react": "^16.14.0", | "react": "^16.14.0", | ||
... | ... |
src/components/ProfileButton.tsx
deleted
100644 → 0
src/components/ProfileForm.tsx
0 → 100644
src/components/ProfileModal.tsx
deleted
100644 → 0
src/components/StyledTextField.tsx
0 → 100644
src/pages/RegisterPage.tsx
0 → 100644
Please register or sign in to comment