From 1a63db89f23c1a6d39968cbdeec84737014ff76d Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Tue, 19 Jan 2021 01:19:39 +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 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");