fix: add missing import

This commit is contained in:
CrescentLeaf
2025-11-08 22:54:41 +08:00
parent 13edd23245
commit 3cc60986ab

View File

@@ -5,6 +5,7 @@ import { CallMethod, ClientEvent } from './ApiDeclare.ts'
import ApiCallbackMessage from './ApiCallbackMessage.ts'
import User from "./User.ts"
import UserMySelf from "./UserMySelf.ts"
import CallbackError from "./CallbackError.ts"
export {
User,