Skip to content

Commit 3771c87

Browse files
committed
Just minor change. I was going to make more changes but I'll let that up to Jonatan as he seems to be doing this already
1 parent 6cf131a commit 3771c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/Routes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import React from 'react';
2-
import App from './containers/AppContainer';
2+
import AppContainer from './containers/AppContainer';
33
import Demo from './pages/Demo.js';
44

55
import { Route, Redirect } from 'react-router';
66

77
export default (
8-
<Route component={App}>
8+
<Route component={AppContainer}>
99
<Route path="/redux-autoform-bootstrap-ui/demo.html" component={Demo}/>
1010
<Redirect from="*" to="/redux-autoform-bootstrap-ui/demo.html" />
1111
</Route>

0 commit comments

Comments
 (0)