summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts/streaming/othello.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-29 21:37:51 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-29 21:37:51 +0900
commit987799e9dbb2a5f708a7352ed79cada4d6814f28 (patch)
tree94c4ddfd59753e5c6e940b764f1364fed79f8b0f /src/client/app/common/scripts/streaming/othello.ts
parent:art: (diff)
downloadsharkey-987799e9dbb2a5f708a7352ed79cada4d6814f28.tar.gz
sharkey-987799e9dbb2a5f708a7352ed79cada4d6814f28.tar.bz2
sharkey-987799e9dbb2a5f708a7352ed79cada4d6814f28.zip
Refactor
Diffstat (limited to 'src/client/app/common/scripts/streaming/othello.ts')
-rw-r--r--src/client/app/common/scripts/streaming/othello.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/streaming/othello.ts b/src/client/app/common/scripts/streaming/othello.ts
index f5d47431cd..8f4f217e39 100644
--- a/src/client/app/common/scripts/streaming/othello.ts
+++ b/src/client/app/common/scripts/streaming/othello.ts
@@ -1,6 +1,6 @@
import StreamManager from './stream-manager';
import Stream from './stream';
-import MiOS from '../../mios';
+import MiOS from '../../../mios';
export class OthelloStream extends Stream {
constructor(os: MiOS, me) {