mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 12:05:48 +02:00
oops
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user