File tree 2 files changed +2
-2
lines changed 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';
6
6
import useRowInfo from '../hooks/useRowInfo' ;
7
7
import type { ColumnType , CustomizeComponent , GetRowKey } from '../interface' ;
8
8
import ExpandedRow from './ExpandedRow' ;
9
- import { computedExpandedClassName } from '@ /utils/expandUtil' ;
9
+ import { computedExpandedClassName } from '.. /utils/expandUtil' ;
10
10
11
11
export interface BodyRowProps < RecordType > {
12
12
record : RecordType ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type { FlattenData } from '../hooks/useFlattenRecords';
7
7
import useRowInfo from '../hooks/useRowInfo' ;
8
8
import VirtualCell from './VirtualCell' ;
9
9
import { StaticContext } from './context' ;
10
- import { computedExpandedClassName } from '@ /utils/expandUtil' ;
10
+ import { computedExpandedClassName } from '.. /utils/expandUtil' ;
11
11
12
12
export interface BodyLineProps < RecordType = any > {
13
13
data : FlattenData < RecordType > ;
You can’t perform that action at this time.
0 commit comments