-
- Downloads
Merge branch 'router' into 'master'
Install react-router and rename LoginForm into SignInForm See merge request !12
No related branches found
No related tags found
Showing
- package.json 2 additions, 0 deletionspackage.json
- src/App.tsx 12 additions, 7 deletionssrc/App.tsx
- src/components/AuthUser/AuthUser.tsx 2 additions, 2 deletionssrc/components/AuthUser/AuthUser.tsx
- src/components/AuthUser/SignInForm/SignInForm.mdx 10 additions, 0 deletionssrc/components/AuthUser/SignInForm/SignInForm.mdx
- src/components/AuthUser/SignInForm/SignInForm.test.tsx 10 additions, 0 deletionssrc/components/AuthUser/SignInForm/SignInForm.test.tsx
- src/components/AuthUser/SignInForm/SignInForm.tsx 2 additions, 6 deletionssrc/components/AuthUser/SignInForm/SignInForm.tsx
- src/components/AuthUser/SignInForm/emailValidator.ts 0 additions, 0 deletionssrc/components/AuthUser/SignInForm/emailValidator.ts
- yarn.lock 98 additions, 5 deletionsyarn.lock
... | ... | @@ -11,10 +11,12 @@ |
"@types/node": "^12.0.0", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react-router-dom": "^5.1.7", | ||
"docz": "^2.3.1", | ||
"eslint-config-airbnb-typescript": "^12.3.1", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "4.0.3", | ||
"typescript": "^4.1.2" | ||
}, | ||
... | ... |
File moved
Please register or sign in to comment