chore: optimize imports

This commit is contained in:
Wesley F. Young
2024-09-03 23:45:51 +08:00
parent 6d8a8ca1c2
commit 5647922816
5 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
import {
ChatType,
GeneralCallResult,
Group,
GroupMember,
@@ -10,7 +9,7 @@ import {
MemberExtSourceType,
NapCatCore,
} from '@/core';
import { isNumeric, runAllWithTimeout } from '@/common/helper';
import { isNumeric } from '@/common/helper';
import { LimitedHashTable } from '@/common/message-unique';
export class NTQQGroupApi {