Files
kt-financial-system/apps/antd-view/src/layouts/index.ts
2024-06-01 23:15:29 +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 };