5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
import SettingDrawer from './SettingDrawer/index.vue';
|
|
import GlobalContent from './GlobalContent/index.vue';
|
|
|
|
export { SettingDrawer, GlobalContent };
|