We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1969 commit f0e465eCopy full SHA for f0e465e
lessons/06-params/README.md
@@ -49,7 +49,6 @@ import Repo from './modules/Repo'
49
render((
50
<Router>
51
<Route path="/" component={App}>
52
- <IndexRoute component={Home}/>
53
<Route path="/repos" component={Repos}/>
54
{/* add the new route */}
55
<Route path="/repos/:userName/:repoName" component={Repo}/>
0 commit comments