We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a679254 commit 75c6e82Copy full SHA for 75c6e82
client/src/js/core/index.js
@@ -11,7 +11,7 @@ const core = (actions) => {
11
let sockets = new Sockets(actions);
12
13
actions.motors = new Motors(sockets);
14
- // actions.stream = new Stream();
+ actions.stream = new Stream();
15
actions.manipulator.m = new Manipulator(sockets);
16
actions.system = new System(sockets);
17
0 commit comments