summaryrefslogtreecommitdiff
path: root/frontend/site/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/index.js')
-rw-r--r--frontend/site/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/site/index.js b/frontend/site/index.js
index 6d80528..a945659 100644
--- a/frontend/site/index.js
+++ b/frontend/site/index.js
@@ -2,8 +2,6 @@ import React from 'react'
import ReactDOM from 'react-dom'
import { Provider } from 'react-redux'
-import './site.css'
-
import App from './APP_TARGET'
import { store, history } from 'site/store'