ruoyi-plus-soybean/src/layouts/common/index.ts
2022-01-07 18:51:06 +08:00

5 lines
152 B
TypeScript

import SettingDrawer from './SettingDrawer/index.vue';
import GlobalContent from './GlobalContent/index.vue';
export { SettingDrawer, GlobalContent };