diff options
Diffstat (limited to 'app/client/index.jsx')
| -rw-r--r-- | app/client/index.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx index c5abf91..eabf46e 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -3,6 +3,8 @@ 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' |
