mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-26 18:49:37 +08:00
9 lines
278 B
TypeScript
9 lines
278 B
TypeScript
const BasicLayout = () => import('./basic.vue');
|
|
|
|
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
|
|
|
|
const AuthPageLayoutType = () =>
|
|
import('@vben/layouts').then((m) => m.AuthPageLayoutType);
|
|
|
|
export { AuthPageLayoutType, BasicLayout, IFrameView };
|