diff --git a/examples/async-data/app.js b/examples/async-data/app.js index 66e181c6b9..7c79c66025 100644 --- a/examples/async-data/app.js +++ b/examples/async-data/app.js @@ -105,7 +105,7 @@ var Index = React.createClass({ React.render(( - + diff --git a/examples/huge-apps/app.js b/examples/huge-apps/app.js index b21d1c0cd1..3f6ffc1caa 100644 --- a/examples/huge-apps/app.js +++ b/examples/huge-apps/app.js @@ -2,7 +2,7 @@ import React from 'react'; import HashHistory from 'react-router/lib/HashHistory'; import { Router } from 'react-router'; import AsyncProps from 'react-router/lib/experimental/AsyncProps'; -import stubbedCourses from './stubs/courses'; +import stubbedCourses from './stubs/COURSES'; var rootRoute = { path: '/', @@ -25,4 +25,3 @@ React.render(( createElement={AsyncProps.createElement} /> ), document.getElementById('example')); -