2024-08-11 08:09:32 +00:00
|
|
|
const BasicLayout = () => import('./basic.vue');
|
2024-08-31 13:38:24 +00:00
|
|
|
const AuthPageLayout = () => import('./auth.vue');
|
2024-08-11 08:09:32 +00:00
|
|
|
|
|
|
|
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
|
|
|
|
|
|
|
|
export { AuthPageLayout, BasicLayout, IFrameView };
|