Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 7bd9aa6

Browse files
committed
Removing IndexRoute and Home component
These concepts are introduced later in 08-index-routes.md
1 parent 2b9366a commit 7bd9aa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lessons/06-params.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)