Browse Source

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

pull/5263/head
handy 7 years ago
committed by 陈帅
parent
commit
b0704826a9
  1. 2
      config/defaultSettings.ts

2
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';

Loading…
Cancel
Save