Refactoring

This commit is contained in:
syuilo
2019-02-05 14:14:23 +09:00
parent 9b780dff04
commit 8129d4dc23
51 changed files with 68 additions and 68 deletions

View File

@@ -3,7 +3,7 @@ import ID, { transform } from '../../../../../misc/cafy-id';
import Matching, { pack as packMatching } from '../../../../../models/games/reversi/matching';
import ReversiGame, { pack as packGame } from '../../../../../models/games/reversi/game';
import User from '../../../../../models/user';
import { publishMainStream, publishReversiStream } from '../../../../../stream';
import { publishMainStream, publishReversiStream } from '../../../../../services/stream';
import { eighteight } from '../../../../../games/reversi/maps';
import define from '../../../define';