This commit is contained in:
Cássio Zen 2016-07-08 07:12:52 -03:00
parent 5be770ac00
commit b41bdf23cd

View File

@ -4,12 +4,10 @@ import { Provider } from 'react-redux';
import configureStore from './store/configureStore'; import configureStore from './store/configureStore';
import Routes from './routes/routes'; import Routes from './routes/routes';
import 'file?name=index.html!../example/index.html'; import 'file?name=index.html!../example/index.html';
import styles from './index.css'; import './index.css';
const store = configureStore(); const store = configureStore();
window.store = store;
const el = document.createElement('div'); const el = document.createElement('div');
el.id = 'root'; el.id = 'root';
document.body.appendChild(el); document.body.appendChild(el);