summaryrefslogtreecommitdiff
path: root/app/client/index.jsx
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-21 11:17:31 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-21 11:17:31 +0200
commitbbf3c187c4967509a8097b168533786daacc2ec6 (patch)
tree0c877269ef2d71078b930a9a328f28ddfc6b65c6 /app/client/index.jsx
parentb4afdf88ae53d8d20ff2aaf94e3ab3e9a882c654 (diff)
rpc
Diffstat (limited to 'app/client/index.jsx')
-rw-r--r--app/client/index.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx
index 63757bf..8cf0ecd 100644
--- a/app/client/index.jsx
+++ b/app/client/index.jsx
@@ -3,9 +3,9 @@ import { Provider } from 'react-redux'
// import { } from 'react-router-redux'
import { BrowserRouter, Route } from 'react-router-dom'
// import client from './client'
-import socket from './socket'
import { store, history } from './store'
+import socket from './socket'
import Header from './common/header.component'
import Live from './live'