summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts/streaming/games
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-11 13:47:01 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-11 13:47:01 +0900
commit227cfd6e2f00e74f6392d6de59c5dfd9d895fb17 (patch)
tree8df8b4ceb62076dd5e7ecf0d6bcd95d121d3ea9a /src/client/app/common/scripts/streaming/games
parentFix (diff)
downloadsharkey-227cfd6e2f00e74f6392d6de59c5dfd9d895fb17.tar.gz
sharkey-227cfd6e2f00e74f6392d6de59c5dfd9d895fb17.tar.bz2
sharkey-227cfd6e2f00e74f6392d6de59c5dfd9d895fb17.zip
Refactor
Diffstat (limited to 'src/client/app/common/scripts/streaming/games')
-rw-r--r--src/client/app/common/scripts/streaming/games/reversi/reversi-game.ts (renamed from src/client/app/common/scripts/streaming/games/reversi-game.ts)4
-rw-r--r--src/client/app/common/scripts/streaming/games/reversi/reversi.ts (renamed from src/client/app/common/scripts/streaming/games/reversi.ts)6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/client/app/common/scripts/streaming/games/reversi-game.ts b/src/client/app/common/scripts/streaming/games/reversi/reversi-game.ts
index 2fe7dd3b07..e6b02fcfdb 100644
--- a/src/client/app/common/scripts/streaming/games/reversi-game.ts
+++ b/src/client/app/common/scripts/streaming/games/reversi/reversi-game.ts
@@ -1,5 +1,5 @@
-import Stream from '../stream';
-import MiOS from '../../../../mios';
+import Stream from '../../stream';
+import MiOS from '../../../../../mios';
export class ReversiGameStream extends Stream {
constructor(os: MiOS, me, game) {
diff --git a/src/client/app/common/scripts/streaming/games/reversi.ts b/src/client/app/common/scripts/streaming/games/reversi/reversi.ts
index 1fef93e4bf..1f4fd8c63e 100644
--- a/src/client/app/common/scripts/streaming/games/reversi.ts
+++ b/src/client/app/common/scripts/streaming/games/reversi/reversi.ts
@@ -1,6 +1,6 @@
-import StreamManager from '../stream-manager';
-import Stream from '../stream';
-import MiOS from '../../../../mios';
+import StreamManager from '../../stream-manager';
+import Stream from '../../stream';
+import MiOS from '../../../../../mios';
export class ReversiStream extends Stream {
constructor(os: MiOS, me) {