mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 23:10:18 +08:00
5 lines
160 B
TypeScript
5 lines
160 B
TypeScript
const BasicLayout = () => import('./BasicLayout/index.vue');
|
|
const BlankLayout = () => import('./BlankLayout/index.vue');
|
|
|
|
export { BasicLayout, BlankLayout };
|