2026-08-10 f9e6eb6fc2c2e0c2a2b17238b817fcbfcb6bab56
src/layouts/index.ts
@@ -1,6 +1,6 @@
const BasicLayout = () => import('./basic.vue');
const AuthPageLayout = () => import('./auth.vue');
const IFrameView = () => import('..\packages\effects\layouts\src').then((m) => m.IFrameView);
const IFrameView = () => import('../packages/effects/layouts/src').then((m) => m.IFrameView);
export { AuthPageLayout, BasicLayout, IFrameView };