mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 05:50:18 +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 };
|