Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active April 28, 2020 16:09
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 Porter97/4b417f91ce875bc922da4b9d7b1cc485 to your computer and use it in GitHub Desktop.
Save Porter97/4b417f91ce875bc922da4b9d7b1cc485 to your computer and use it in GitHub Desktop.
#...
import Collection from './components/collection/Collection'
#...
class AppRouter extends Component {
#...
render() {
return (
#...
<Switch>
<AuthedRoute path='/collection/:id' component={Collection} />
</Switch>
#....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment