-
Notifications
You must be signed in to change notification settings - Fork 2
Frontend Routes
Catherine Vidos edited this page Sep 20, 2020
·
14 revisions
- Root
- App
- NavBar
- (main component)
- Footer
- App
The following routes, defined in App, will be children of the Main Component.
-
/
Splash
-
Modal
LoginForm
SignupForm
-
/feed
-
/user/profile
- ProfileComponent
- BoardIndex
-BoardIndexItem
/users/boards
- NewBoardForm
/users/pins
- PinIndex
-PinIndexItem
-CreatePin
/users/pins/:pinId
- EditPin
- DeletePin
/users/followers
- ShowFollower
/users/following
- ShowFollowing