fix: lint

This commit is contained in:
xingyu4j
2025-11-04 17:48:30 +08:00
parent 9082e82d98
commit b9b131296b
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import type { MpUserApi } from '#/api/mp/user';
import { confirm, DocAlert, Page, useVbenModal } from '@vben/common-ui';
import { ElMessage, ElLoading } from 'element-plus';
import { ElLoading, ElMessage } from 'element-plus';
import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
import { getUserPage, syncUser } from '#/api/mp/user';

View File

@@ -1,5 +1,7 @@
export * from './api-component';
export * from './captcha';
export * from './card/statistic-card';
export * from './card/summary-card';
export * from './col-page';
export * from './content-wrap';
export * from './count-to';
@@ -11,8 +13,6 @@ export * from './json-viewer';
export * from './loading';
export * from './page';
export * from './resize';
export * from './card/statistic-card';
export * from './card/summary-card';
export * from './tippy';
export * from './tree';
export * from '@vben-core/form-ui';