index.ts 230 B

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