Frontend Routes - shanto20-dev/KloudClone GitHub Wiki
/
- NavBar
- Splash
- MusicPlayer
/login
- SessionForm
/signup
- SessionForm
/discover
- SongIndex
- SongIndexItem
/:username
- ProfileInfo
- SongIndex
- SongIndexItem
/:username/:songname
- SongInfo
- SongComponent
- CommentForm
- CommentIndex
- CommentIndexItem
/upload
- SongForm
/:username/:songname/edit
- SongForm