Skip to content

Commit 75c6e82

Browse files
author
stsdc
committed
uncomment stream
1 parent a679254 commit 75c6e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/js/core/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const core = (actions) => {
1111
let sockets = new Sockets(actions);
1212

1313
actions.motors = new Motors(sockets);
14-
// actions.stream = new Stream();
14+
actions.stream = new Stream();
1515
actions.manipulator.m = new Manipulator(sockets);
1616
actions.system = new System(sockets);
1717

0 commit comments

Comments
 (0)