lint
This commit is contained in:
parent
5be770ac00
commit
b41bdf23cd
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user