Skip to content

Commit

Permalink
fix imports sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaNb4 committed Dec 27, 2023
1 parent e1feb81 commit 352ea9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import warning from 'rc-util/lib/warning';
import * as React from 'react';
import { useImperativeHandle } from 'react';
import { flushSync } from 'react-dom';
import MenuItem from './MenuItem';
import SubMenu from './SubMenu';
import { IdContext } from './context/IdContext';
import MenuContextProvider from './context/MenuContext';
import { PathRegisterContext, PathUserContext } from './context/PathContext';
Expand All @@ -31,8 +33,6 @@ import type {
SelectInfo,
TriggerSubMenuAction,
} from './interface';
import MenuItem from './MenuItem';
import SubMenu from './SubMenu';
import { parseItems } from './utils/nodeUtil';
import { warnItemProp } from './utils/warnUtil';

Expand Down

0 comments on commit 352ea9d

Please sign in to comment.