File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ import warning from 'rc-util/lib/warning';
7
7
import * as React from 'react' ;
8
8
import { useImperativeHandle } from 'react' ;
9
9
import { flushSync } from 'react-dom' ;
10
+ import MenuItem from './MenuItem' ;
11
+ import SubMenu from './SubMenu' ;
10
12
import { IdContext } from './context/IdContext' ;
11
13
import MenuContextProvider from './context/MenuContext' ;
12
14
import { PathRegisterContext , PathUserContext } from './context/PathContext' ;
@@ -31,8 +33,6 @@ import type {
31
33
SelectInfo ,
32
34
TriggerSubMenuAction ,
33
35
} from './interface' ;
34
- import MenuItem from './MenuItem' ;
35
- import SubMenu from './SubMenu' ;
36
36
import { parseItems } from './utils/nodeUtil' ;
37
37
import { warnItemProp } from './utils/warnUtil' ;
38
38
Original file line number Diff line number Diff line change @@ -392,4 +392,4 @@ export default function SubMenu(props: SubMenuProps) {
392
392
{ renderNode }
393
393
</ PathTrackerContext . Provider >
394
394
) ;
395
- }
395
+ }
You can’t perform that action at this time.
0 commit comments