Files
sub2api/frontend/src/components/layout/index.ts

10 lines
305 B
TypeScript
Raw Normal View History

2025-12-18 13:50:39 +08:00
/**
* Layout Components
* Export all layout components for easy importing
*/
export { default as AppLayout } from './AppLayout.vue'
export { default as AppSidebar } from './AppSidebar.vue'
export { default as AppHeader } from './AppHeader.vue'
export { default as AuthLayout } from './AuthLayout.vue'