|
@@ -47,7 +47,7 @@ Now open up `index.js` and add the new route.
|
|
import Repo from './modules/Repo'
|
|
import Repo from './modules/Repo'
|
|
|
|
|
|
render((
|
|
render((
|
|
- <Router>
|
|
|
|
|
|
+ <Router history={hashHistory}>
|
|
<Route path="/" component={App}>
|
|
<Route path="/" component={App}>
|
|
<Route path="/repos" component={Repos}/>
|
|
<Route path="/repos" component={Repos}/>
|
|
{/* add the new route */}
|
|
{/* add the new route */}
|