浏览代码

Clean up

master
Panayiotis Lipiridis 4 年前
父节点
当前提交
1a63db89f2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/index.ts

+ 2
- 2
src/index.ts 查看文件

@@ -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");

正在加载...
取消
保存