File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import devRenderTimes from '../hooks/useRenderTimes';
66import useRowInfo from '../hooks/useRowInfo' ;
77import type { ColumnType , CustomizeComponent , GetRowKey } from '../interface' ;
88import ExpandedRow from './ExpandedRow' ;
9- import { computedExpandedClassName } from '@ /utils/expandUtil' ;
9+ import { computedExpandedClassName } from '.. /utils/expandUtil' ;
1010
1111export interface BodyRowProps < RecordType > {
1212 record : RecordType ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type { FlattenData } from '../hooks/useFlattenRecords';
77import useRowInfo from '../hooks/useRowInfo' ;
88import VirtualCell from './VirtualCell' ;
99import { StaticContext } from './context' ;
10- import { computedExpandedClassName } from '@ /utils/expandUtil' ;
10+ import { computedExpandedClassName } from '.. /utils/expandUtil' ;
1111
1212export interface BodyLineProps < RecordType = any > {
1313 data : FlattenData < RecordType > ;
You can’t perform that action at this time.
0 commit comments