Files
kt-financial-system/apps/antd-view/src/router/routes/layout.ts
2024-05-19 21:20:42 +08:00

9 lines
257 B
TypeScript

const Layout = () => import('@/layout.vue');
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
const AuthPageLayout = () =>
import('@vben/layouts').then((m) => m.AuthPageLayout);
export { AuthPageLayout, IFrameView, Layout };