mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-19 01:56:38 +08:00
10 lines
466 B
TypeScript
10 lines
466 B
TypeScript
import GlobalHeader from './GlobalHeader/index.vue';
|
|
import GlobalContent from './GlobalContent/index.vue';
|
|
import GlobalFooter from './GlobalFooter/index.vue';
|
|
import GlobalLogo from './GlobalLogo/index.vue';
|
|
import GlobalMenu from './GlobalMenu/index.vue';
|
|
import GlobalTab from './GlobalTab/index.vue';
|
|
import SettingDrawer from './SettingDrawer/index.vue';
|
|
|
|
export { GlobalHeader, GlobalContent, GlobalFooter, GlobalLogo, GlobalMenu, GlobalTab, SettingDrawer };
|