Move Signup Form over to its own file
Showing
- components/SignupForm.module.scss 30 additions, 0 deletionscomponents/SignupForm.module.scss
- components/SignupForm.tsx 57 additions, 0 deletionscomponents/SignupForm.tsx
- package.json 3 additions, 1 deletionpackage.json
- pages/index.module.scss 0 additions, 29 deletionspages/index.module.scss
- pages/index.tsx 2 additions, 25 deletionspages/index.tsx
- yarn.lock 17 additions, 0 deletionsyarn.lock
components/SignupForm.module.scss
0 → 100644
components/SignupForm.tsx
0 → 100644
... | @@ -10,10 +10,12 @@ | ... | @@ -10,10 +10,12 @@ |
"dependencies": { | "dependencies": { | ||
"axios": "^0.19.2", | "axios": "^0.19.2", | ||
"classnames": "^2.2.6", | "classnames": "^2.2.6", | ||
"js-cookie": "^2.2.1", | |||
"next": "9.4.4", | "next": "9.4.4", | ||
"react": "16.13.1", | "react": "16.13.1", | ||
"react-dom": "16.13.1", | "react-dom": "16.13.1", | ||
"sass": "^1.26.9" | "sass": "^1.26.9", | ||
"shortid": "^2.2.15" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/node": "^14.0.14", | "@types/node": "^14.0.14", | ||
... | ... |
Please register or sign in to comment