File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ var Index = React.createClass({
105105React . render ( (
106106 < Router history = { new HashHistory } createElement = { AsyncProps . createElement } >
107107 < Route component = { App } >
108- < Route path = "/" component = { Index } >
108+ < Route path = "/" component = { Index } / >
109109 < Route path = "contact/:id" component = { Contact } />
110110 </ Route >
111111 </ Router >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
22import HashHistory from 'react-router/lib/HashHistory' ;
33import { Router } from 'react-router' ;
44import AsyncProps from 'react-router/lib/experimental/AsyncProps' ;
5- import stubbedCourses from './stubs/courses ' ;
5+ import stubbedCourses from './stubs/COURSES ' ;
66
77var rootRoute = {
88 path : '/' ,
@@ -25,4 +25,3 @@ React.render((
2525 createElement = { AsyncProps . createElement }
2626 />
2727) , document . getElementById ( 'example' ) ) ;
28-
You can’t perform that action at this time.
0 commit comments