Skip to content

Commit 6900ab2

Browse files
committed
Merge pull request reactjs#122 from ioctaptceb/ch-6-remove-index-route
Remove IndexRoute from ch 06
2 parents ca45c46 + 28e5a1f commit 6900ab2

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)