This commit is contained in:
syuilo
2018-07-08 03:19:04 +09:00
parent ef58503537
commit 8e11e2e3fc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import * as websocket from 'websocket';
import * as redis from 'redis';
import * as CRC32 from 'crc-32/types/types';
import * as CRC32 from 'crc-32';
import ReversiGame, { pack } from '../../../models/games/reversi/game';
import { publishReversiGameStream } from '../../../stream';
import Reversi from '../../../games/reversi/core';