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

10 lines
266 B
TypeScript
Raw Normal View History

2025-12-10 20:52:44 +08:00
/**
* Common Components
*
*/
// 状态和反馈组件
export { default as EmptyState } from './EmptyState.vue'
export { default as AlertDialog } from './AlertDialog.vue'
export { default as LoadingState } from './LoadingState.vue'