修复模块导入错误

This commit is contained in:
weiyu
2022-04-28 14:35:32 +08:00
parent 30a3ca5d3e
commit 9c8ed295eb
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@ export * from './components/dynamic-setting';
export * from './components/singlepage-setting';
export * from './components/insurance-table/index';
export * from './components/rebate-table/index';
export * from './components/search-drawer';
export * from './components/search-drawer/index';
// Utils
export * from './utils';