Frontend Routes - 12Starlight/Godsend GitHub Wiki
Our Components are organized as follows:
- root
- 
App
- NavBar
- (main component goes here)
- Footer
 
 
- 
App
The following routes, defined in App, will render components between NavBar and Footer.
- /
- splash
 
- /login
- SessionForm
 
- /signup
- SessionForm
 
- /watchlist
- 
WatchListIndex
- WatchListIndexItem
 
 
- 
WatchListIndex
- /users/:userId
- 
ProfileComponenet
- AssetPortfolio
- Dashboard
 
- 
WatchListIndex
- WatchListIndexItem
 
 
- 
ProfileComponenet