0
0
Fork 0

Remove unused conf import

This commit is contained in:
Oliver-Akins 2021-01-07 12:32:47 -07:00
parent c79d8f970a
commit ce252d471a

View file

@ -1,7 +1,7 @@
import { games, log } from '../main';
import { Game } from '../objects/Game';
import { Player } from '../objects/Player';
import { Server, Socket } from 'socket.io';
import { conf, games, log } from '../main';
export default (io: Server, socket: Socket, data: CreateGame) => {
try {