diff --git a/src/views/Community/components/HeroPanel/index.js b/src/views/Community/components/HeroPanel/index.js new file mode 100644 index 00000000..804490cc --- /dev/null +++ b/src/views/Community/components/HeroPanel/index.js @@ -0,0 +1,12 @@ +// HeroPanel 模块入口 +// 导出主组件 +export { default } from '../HeroPanel'; + +// 导出常量 +export * from './constants'; + +// 导出工具函数 +export * from './utils'; + +// 导出表格渲染器 +export * from './columns';