summaryrefslogtreecommitdiff
path: root/app/client/socket
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-02 16:17:08 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-02 16:17:08 +0200
commitb700116b56fa58ad23f6bc2c351bf8ab5b294adc (patch)
tree097396ee2818a71f7b4667adc21a0f2d0e93527d /app/client/socket
parentf1cee5b8b9540b26ca87e0df73b0705ffbad9025 (diff)
whmmm
Diffstat (limited to 'app/client/socket')
-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 87540f4..a5d9987 100644
--- a/app/client/socket/index.js
+++ b/app/client/socket/index.js
@@ -2,12 +2,14 @@ import { store } from '../store'
import types from '../types'
import { socket } from './socket.connection'
+import * as actions from './socket.actions'
import * as system from './socket.system'
import * as live from './socket.live'
import * as task from './socket.task'
export default {
socket,
+ actions,
system,
live,
task,