Files
iot-device-management-frontend/apps/antd-view/src/layouts/index.ts
2024-05-21 22:42:25 +08:00

9 lines
266 B
TypeScript

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