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