2024-05-21 22:42:25 +08:00
|
|
|
const BasicLayout = () => import('./basic.vue');
|
2024-08-31 21:38:24 +08:00
|
|
|
const AuthPageLayout = () => import('./auth.vue');
|
2024-05-19 21:20:42 +08:00
|
|
|
|
|
|
|
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
|
|
|
|
|
2024-06-30 15:42:30 +08:00
|
|
|
export { AuthPageLayout, BasicLayout, IFrameView };
|