mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-22 17:43:42 +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 };
|