Skip to content

Commit 9815f81

Browse files
committed
fix: type import error
1 parent d933f3e commit 9815f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/menu/src/SubMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import Overflow from '../../vc-overflow';
2020
import devWarning from '../../vc-util/devWarning';
2121
import isValid from '../../_util/isValid';
2222
import type { MouseEventHandler } from '../../_util/EventInterface';
23-
import type { Key } from 'ant-design-vue/es/_util/type';
23+
import type { Key } from '../../_util/type';
2424
import type { MenuTheme } from './interface';
2525

2626
let indexGuid = 0;

0 commit comments

Comments
 (0)