diff --git a/src/index.ts b/src/index.ts index 9b43145..cd91b44 100755 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ -import express from "express"; -import http, { ServerResponse } from "http"; -import socketIO from "socket.io"; import debug from "debug"; +import express from "express"; +import http from "http"; +import socketIO from "socket.io"; const serverDebug = debug("server"); const ioDebug = debug("io");