Skip to content

Commit 396334e

Browse files
committed
lesson 08 finish
1 parent 0e7d0af commit 396334e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/01-setting-up/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ render((
1515
<Route path="/" component={App}>
1616

1717
{/* add it here, as a child of '/' */}
18-
{/*<IndexRoute component={Home}/>*/}
18+
<IndexRoute component={Home}/>
1919

2020
<Route path="/repos" component={Repos}>
2121
{/* add this new route*/}

0 commit comments

Comments
 (0)