From b41bdf23cdf706cbcdbbb66852b8850b77950e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Zen?= Date: Fri, 8 Jul 2016 07:12:52 -0300 Subject: [PATCH] lint --- src/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);