From 47f6e7e961befd931428bc87a9b33856dbe096a0 Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Tue, 19 Jan 2021 01:19:24 +0200 Subject: [PATCH] clean up --- src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 80be30a..f873e04 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");