From b700116b56fa58ad23f6bc2c351bf8ab5b294adc Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 2 Jun 2018 16:17:08 +0200 Subject: whmmm --- app/client/socket/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/client/socket') 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, -- cgit v1.2.3-70-g09d2