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