Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Dec 3, 2023
1 parent 48f22f7 commit a75c131
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Table/src/hooks/useDataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ import { isFunction, isBoolean, isObject } from '/@/utils/is';
import { get, cloneDeep, merge } from 'lodash-es';
import { FETCH_SETTING, ROW_KEY, PAGE_SIZE } from '../const';
import { array2tree } from '@axolo/tree-array';
import {
FilterValue,
Key,
SorterResult,
TablePaginationConfig,
} from 'ant-design-vue/lib/table/interface';
import { DefaultRecordType } from 'ant-design-vue/lib/vc-table/interface';

interface ActionType {
getPaginationInfo: ComputedRef<boolean | PaginationProps>;
Expand Down

0 comments on commit a75c131

Please sign in to comment.