chore: make linit happy

This commit is contained in:
CrescentLeaf
2025-08-30 23:17:16 +08:00
parent f855b23465
commit 580776ccc9

View File

@@ -1,4 +1,5 @@
import ApiManager from "./api/ApiManager.ts"
// @ts-types="npm:@types/express"
import express from 'express'
import * as SocketIo from 'socket.io'
import HttpServerLike from "./types/HttpServerLike.ts"