2024-05-21 14:42:25 +00:00
|
|
|
const BasicLayout = () => import('./basic.vue');
|
2024-05-19 13:20:42 +00:00
|
|
|
|
|
|
|
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
|
|
|
|
|
2024-06-30 07:42:30 +00:00
|
|
|
const AuthPageLayout = () =>
|
|
|
|
import('@vben/layouts').then((m) => m.AuthPageLayout);
|
2024-05-19 13:20:42 +00:00
|
|
|
|
2024-06-30 07:42:30 +00:00
|
|
|
export { AuthPageLayout, BasicLayout, IFrameView };
|