-
- Downloads
Merge branch 'profile' into 'master'
Connect api calls and include test/docs cases See merge request !33
No related branches found
No related tags found
Showing
- src/App.tsx 6 additions, 0 deletionssrc/App.tsx
- src/components/AuthUser/SignInForm/SignInForm.tsx 3 additions, 1 deletionsrc/components/AuthUser/SignInForm/SignInForm.tsx
- src/components/NotFound/NotFound.md 5 additions, 0 deletionssrc/components/NotFound/NotFound.md
- src/components/NotFound/NotFound.test.tsx 10 additions, 0 deletionssrc/components/NotFound/NotFound.test.tsx
- src/components/NotFound/NotFound.tsx 5 additions, 1 deletionsrc/components/NotFound/NotFound.tsx
- src/components/ProfilePage/ProfilePage.md 5 additions, 0 deletionssrc/components/ProfilePage/ProfilePage.md
- src/components/ProfilePage/ProfilePage.test.tsx 10 additions, 0 deletionssrc/components/ProfilePage/ProfilePage.test.tsx
- src/components/ProfilePage/ProfilePage.tsx 23 additions, 0 deletionssrc/components/ProfilePage/ProfilePage.tsx
- src/components/Reservation/Reservation.test.tsx 10 additions, 0 deletionssrc/components/Reservation/Reservation.test.tsx
- src/components/Reservation/Reservation.tsx 7 additions, 0 deletionssrc/components/Reservation/Reservation.tsx
- src/components/Unauthorized/Unauthirized.md 5 additions, 0 deletionssrc/components/Unauthorized/Unauthirized.md
- src/components/Unauthorized/Unauthirized.test.tsx 10 additions, 0 deletionssrc/components/Unauthorized/Unauthirized.test.tsx
- src/components/Unauthorized/Unauthorized.tsx 5 additions, 1 deletionsrc/components/Unauthorized/Unauthorized.tsx
- src/components/api/PrivateRoute/PrivateRoute.tsx 22 additions, 4 deletionssrc/components/api/PrivateRoute/PrivateRoute.tsx
- src/components/api/routes.ts 1 addition, 1 deletionsrc/components/api/routes.ts
src/components/NotFound/NotFound.md
0 → 100644
src/components/NotFound/NotFound.test.tsx
0 → 100644
src/components/ProfilePage/ProfilePage.md
0 → 100644
src/components/ProfilePage/ProfilePage.tsx
0 → 100644
src/components/Reservation/Reservation.tsx
0 → 100644
src/components/Unauthorized/Unauthirized.md
0 → 100644
Please register or sign in to comment