ruoyi-plus-soybean/src/layouts/common/index.ts

5 lines
152 B
TypeScript
Raw Normal View History

2022-01-07 18:51:06 +08:00
import SettingDrawer from './SettingDrawer/index.vue';
import GlobalContent from './GlobalContent/index.vue';
2022-01-07 18:51:06 +08:00
export { SettingDrawer, GlobalContent };