forked from FoundKeyGang/FoundKey
oops
This commit is contained in:
parent
9e4fe16f56
commit
5cc7fa8e8b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import * as websocket from 'websocket';
|
||||
import * as redis from 'redis';
|
||||
import * as CRC32 from 'crc-32/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';
|
||||
|
|
Loading…
Reference in a new issue