frontend routes - Waynexia888/Strava-Clone GitHub Wiki
Frontend routes
Component Hierarchy
Root
App
NavBar
- Main Component
Footer
The following routes, defined in App, will render components between NavBar and Footer.
/
dashboard
/login
SessionForm
/signup
SessionForm
/routes
RoutesIndex
RoutesIndexItem
/routes/new
RoutesForm
/routes/edit
RoutesForm
/workouts
WorkoutIndex
WorkoutIndexItem
/workouts/new
WorkoutForm
/workouts/edit
WorkoutForm
/profile
ProfileComponent
/profile/friends
FriendsIndex
FriendsIndexItem