diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-26 21:33:26 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-26 21:33:26 +0200 |
| commit | be3b2bd56550b71a2ffb7eb1604c1b8c1d2dd4a2 (patch) | |
| tree | f8b77bcfd10187328b3fadc0de3e1eb6dfa08f8d /app/client/index.jsx | |
| parent | 3d836c372d7eff1e2b507888f1ff652a30187c54 (diff) | |
refactor some task stuff
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 fba38df..ae09534 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -4,7 +4,7 @@ import { BrowserRouter, Route } from 'react-router-dom' // import client from './client' import { store, history } from './store' -import socket from './socket' +import * as socket from './socket' import Header from './common/header.component' import Dashboard from './dashboard/dashboard.component' |
