mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-22 03:26:38 +08:00
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
import BasicLayout from './BasicLayout/index.vue';
|
|
import BlankLayout from './BlankLayout/index.vue';
|
|
|
|
export { BasicLayout, BlankLayout };
|