5 lines
161 B
TypeScript
Raw Normal View History

2022-01-15 21:05:11 +08:00
import { BarCommonConfig } from './BarCommon/index'
import { BarCrossrangefig } from './BarCrossrange/index'
2022-01-14 22:07:02 +08:00
2022-01-15 21:05:11 +08:00
export default [BarCommonConfig, BarCrossrangefig]