admin-vben5/apps/web-antd/src/layouts/index.ts
2024-06-08 16:33:49 +08:00

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 };