Refactoring
This commit is contained in:
@ -2,7 +2,7 @@ import autobind from 'autobind-decorator';
|
||||
import * as CRC32 from 'crc-32';
|
||||
import * as mongo from 'mongodb';
|
||||
import ReversiGame, { pack } from '../../../../../models/games/reversi/game';
|
||||
import { publishReversiGameStream } from '../../../../../stream';
|
||||
import { publishReversiGameStream } from '../../../../../services/stream';
|
||||
import Reversi from '../../../../../games/reversi/core';
|
||||
import * as maps from '../../../../../games/reversi/maps';
|
||||
import Channel from '../../channel';
|
||||
|
@ -1,7 +1,7 @@
|
||||
import autobind from 'autobind-decorator';
|
||||
import * as mongo from 'mongodb';
|
||||
import Matching, { pack } from '../../../../../models/games/reversi/matching';
|
||||
import { publishMainStream } from '../../../../../stream';
|
||||
import { publishMainStream } from '../../../../../services/stream';
|
||||
import Channel from '../../channel';
|
||||
|
||||
export default class extends Channel {
|
||||
|
Reference in New Issue
Block a user