mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-25 20:56:44 +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 };
|