diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 11:17:31 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 11:17:31 +0200 |
| commit | bbf3c187c4967509a8097b168533786daacc2ec6 (patch) | |
| tree | 0c877269ef2d71078b930a9a328f28ddfc6b65c6 /app/client/index.jsx | |
| parent | b4afdf88ae53d8d20ff2aaf94e3ab3e9a882c654 (diff) | |
rpc
Diffstat (limited to 'app/client/index.jsx')
| -rw-r--r-- | app/client/index.jsx | 2 |
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' |
