Skip to content

Commit 28e5a1f

Browse files
committed
Remove IndexRoute from ch 06
Index route has not been introduced, and is introduced in ch-8. It seems both unnecessary and confusing to have it here
1 parent 4bd1969 commit 28e5a1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lessons/06-params/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import Repo from './modules/Repo'
4949
render((
5050
<Router>
5151
<Route path="/" component={App}>
52-
<IndexRoute component={Home}/>
5352
<Route path="/repos" component={Repos}/>
5453
{/* add the new route */}
5554
<Route path="/repos/:userName/:repoName" component={Repo}/>

0 commit comments

Comments
 (0)