Skip to content

Commit b32e21c

Browse files
committed
chore: organize import
1 parent a405e32 commit b32e21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/table/hooks/useRowSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { isRowSelectedDisabled } from '@tdesign/common-js/table/utils';
88
import Checkbox from '../../checkbox';
99
import useControlled from '../../hooks/useControlled';
1010
import Radio from '../../radio';
11+
import { DEFAULT_CURRENT, DEFAULT_PAGE_SIZE } from './usePagination';
1112

1213
import type { ClassName } from '../../common';
1314
import type {
@@ -19,7 +20,6 @@ import type {
1920
TdPrimaryTableProps,
2021
} from '../type';
2122
import type { TableClassName } from './useClassName';
22-
import { DEFAULT_CURRENT, DEFAULT_PAGE_SIZE } from './usePagination';
2323

2424
const selectedRowDataMap = new Map<string | number, TableRowData>();
2525

0 commit comments

Comments
 (0)