summaryrefslogtreecommitdiff
path: root/app/client/socket/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/socket/index.js')
-rw-r--r--app/client/socket/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/client/socket/index.js b/app/client/socket/index.js
index c0fed61..1430ac9 100644
--- a/app/client/socket/index.js
+++ b/app/client/socket/index.js
@@ -4,11 +4,13 @@ import types from '../types'
import { socket } from './socket.connection'
import * as system from './socket.system'
import * as live from './socket.live'
+import * as task from './socket.task'
export default {
socket,
system,
live,
+ task,
}
socket.on('status', (data) => {