Skip to content

Commit e7d1f36

Browse files
committed
chore: Code Optimization
1 parent 4beffa5 commit e7d1f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Body/BodyRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import devRenderTimes from '../hooks/useRenderTimes';
66
import useRowInfo from '../hooks/useRowInfo';
77
import type { ColumnType, CustomizeComponent, GetRowKey } from '../interface';
88
import ExpandedRow from './ExpandedRow';
9-
import { computedExpandedClassName } from '@/utils/expandUtil';
9+
import { computedExpandedClassName } from '../utils/expandUtil';
1010

1111
export interface BodyRowProps<RecordType> {
1212
record: RecordType;

src/VirtualTable/BodyLine.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { FlattenData } from '../hooks/useFlattenRecords';
77
import useRowInfo from '../hooks/useRowInfo';
88
import VirtualCell from './VirtualCell';
99
import { StaticContext } from './context';
10-
import { computedExpandedClassName } from '@/utils/expandUtil';
10+
import { computedExpandedClassName } from '../utils/expandUtil';
1111

1212
export interface BodyLineProps<RecordType = any> {
1313
data: FlattenData<RecordType>;

0 commit comments

Comments
 (0)