Remove unused imports
This commit is contained in:
parent
be3298639d
commit
813c52f51e
15 changed files with 8 additions and 15 deletions
|
|
@ -2,7 +2,6 @@ import $ from 'cafy';
|
|||
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 '../../../../../services/stream';
|
||||
import { eighteight } from '../../../../../games/reversi/maps';
|
||||
import define from '../../../define';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue