Explorar el Código

Merge pull request #122 from ioctaptceb/ch-6-remove-index-route

Remove IndexRoute from ch 06
Tim Dorr hace 9 años
padre
commit
6900ab2564
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lessons/06-params/README.md

+ 0 - 1
lessons/06-params/README.md

@@ -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}/>