summaryrefslogtreecommitdiff
path: root/app/client/index.jsx
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-29 18:51:27 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-29 18:51:27 +0200
commitfe8cef1b709f09f508f17d0d6d06f204dd44a8bb (patch)
tree75c03c0734106dda0a4e5b407778b58ec758d029 /app/client/index.jsx
parent7d71a0248a8746088142bb51ce4248c76f274f30 (diff)
pushing files to s3.. filelist color
Diffstat (limited to 'app/client/index.jsx')
-rw-r--r--app/client/index.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx
index eabf46e..8eb23ff 100644
--- a/app/client/index.jsx
+++ b/app/client/index.jsx
@@ -3,10 +3,9 @@ import { Provider } from 'react-redux'
import { BrowserRouter, Route } from 'react-router-dom'
// import client from './client'
-window.debug = false
-
import { store, history } from './store'
import * as socket from './socket'
+import * as util from './util'
import Header from './common/header.component'
import System from './system/system.component'