Skip to content

Instantly share code, notes, and snippets.

@seanadkinson
Created August 1, 2014 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanadkinson/bcc3e0b6d86b439b9bc1 to your computer and use it in GitHub Desktop.
Save seanadkinson/bcc3e0b6d86b439b9bc1 to your computer and use it in GitHub Desktop.
<Router.Routes location="history">
<Router.Route path="/" handler={Application}>
<Router.Route path="/dashboard" handler={Dashboard}/>
<Router.Route path="/sessions" handler={Sessions}/>
<Router.Route path="/awards" handler={MyAwards}/>
</Router.Route>
<Router.Route path="*" handler={NotFound}/>
</Router.Routes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment