Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removing IndexRoute and Home component
These concepts are introduced later in 08-index-routes.md
  • Loading branch information
bartimaeus committed Feb 28, 2016
commit 7bd9aa6a60bfd4be1121624477360d3c1d8907d8
1 change: 0 additions & 1 deletion lessons/06-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import Repo from './modules/Repo'
render((
<Router>
<Route path="/" component={App}>
<IndexRoute component={Home}/>
<Route path="/repos" component={Repos}/>
{/* add the new route */}
<Route path="/repos/:userName/:repoName" component={Repo}/>
Expand Down