diff --git a/client/src/js/core/index.js b/client/src/js/core/index.js index be28ff8..1af6e2a 100644 --- a/client/src/js/core/index.js +++ b/client/src/js/core/index.js @@ -11,7 +11,7 @@ const core = (actions) => { let sockets = new Sockets(actions); actions.motors = new Motors(sockets); - // actions.stream = new Stream(); + actions.stream = new Stream(); actions.manipulator.m = new Manipulator(sockets); actions.system = new System(sockets);