Explorar el Código

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

handy hace 6 años
padre
commit
b0704826a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';