Explorar el Código

Clean up

master
Panayiotis Lipiridis hace 4 años
padre
commit
1a63db89f2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/index.ts

+ 2
- 2
src/index.ts Ver fichero

@@ -1,7 +1,7 @@
1
+import debug from "debug";
1 2
 import express from "express";
2
-import http, { ServerResponse } from "http";
3
+import http from "http";
3 4
 import socketIO from "socket.io";
4
-import debug from "debug";
5 5
 
6 6
 const serverDebug = debug("server");
7 7
 const ioDebug = debug("io");

Loading…
Cancelar
Guardar