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

16 lines
526 B
TypeScript
Raw Normal View History

2025-12-10 20:52:44 +08:00
/**
* Layout Components Library
* shadcn/ui
*/
// 页面布局组件
export { default as PageHeader } from './PageHeader.vue'
export { default as PageContainer } from './PageContainer.vue'
export { default as Section } from './Section.vue'
export { default as CardSection } from './CardSection.vue'
// 应用外壳组件
export { default as AppShell } from './AppShell.vue'
export { default as MobileNav } from './MobileNav.vue'
export { default as SidebarNav } from './SidebarNav.vue'