mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
9 lines
408 B
TypeScript
9 lines
408 B
TypeScript
import SettingDrawer from './SettingDrawer/index.vue';
|
|
import GlobalHeader from './GlobalHeader/index.vue';
|
|
import GlobalTab from './GlobalTab/index.vue';
|
|
import GlobalSider from './GlobalSider/index.vue';
|
|
import GlobalContent from './GlobalContent/index.vue';
|
|
import GlobalFooter from './GlobalFooter/index.vue';
|
|
|
|
export { SettingDrawer, GlobalHeader, GlobalTab, GlobalSider, GlobalContent, GlobalFooter };
|