Skip to content

frontend routes

Tim Bedford edited this page Nov 12, 2020 · 1 revision

Frontend Routes

  • /

  • /stream

    • TrackIndex
      • TrackIndexItem
  • /signup

    • SessionForm
  • /login

    • SessionForm
  • /:username

    • ProfileComponent
    • TrackIndex
      • TrackIndexItem
  • /:username/tracks

    • TrackIndexComponent
      • TrackIndexItem
  • /:username/comments

    • CommentIndexComponent
      • CommentIndexItem
  • /:username/following

  • /:username/followers

  • /:username/likes

  • /:username/sets

  • /:username/reposts

Clone this wiki locally