2026-07-14 10:31:17 +08:00
|
|
|
/**
|
|
|
|
|
* 公共组件统一导出
|
|
|
|
|
* 在业务中可通过 `import { HelloWorld } from '@/components'` 使用
|
|
|
|
|
*/
|
|
|
|
|
export { default as HelloWorld } from './HelloWorld';
|
2026-07-25 18:00:22 +08:00
|
|
|
export { default as ChangePasswordModal } from './ChangePasswordModal';
|
2026-07-27 16:29:12 +08:00
|
|
|
export { default as PageTabs } from './page/PageTabs';
|