style: code lint

This commit is contained in:
手瓜一十雪
2024-07-13 18:12:38 +08:00
parent 4beb2491fb
commit 763ee02994
7 changed files with 37 additions and 37 deletions

View File

@@ -1,9 +1,9 @@
import {
type Friend,
type Group,
type GroupMember, GroupNotify,
type GroupMember,
type SelfInfo,
BuddyCategoryType
type BuddyCategoryType
} from './entities';
import { isNumeric } from '@/common/utils/helper';
import { NTQQGroupApi } from '@/core/apis';