Browse Source

fix: :bug: import { MenuTheme } path error (#5238)

handy 6 years atrás
parent
commit
b0704826a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/defaultSettings.ts

+ 1 - 1
config/defaultSettings.ts

@@ -1,4 +1,4 @@
-import { MenuTheme } from 'antd/es/menu';
+import { MenuTheme } from 'antd/es/menu/MenuContext';
 
 export type ContentWidth = 'Fluid' | 'Fixed';