We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf131a commit 3771c87Copy full SHA for 3771c87
demo/Routes.js
@@ -1,11 +1,11 @@
1
import React from 'react';
2
-import App from './containers/AppContainer';
+import AppContainer from './containers/AppContainer';
3
import Demo from './pages/Demo.js';
4
5
import { Route, Redirect } from 'react-router';
6
7
export default (
8
- <Route component={App}>
+ <Route component={AppContainer}>
9
<Route path="/redux-autoform-bootstrap-ui/demo.html" component={Demo}/>
10
<Redirect from="*" to="/redux-autoform-bootstrap-ui/demo.html" />
11
</Route>
0 commit comments