import type { IConfigComponentGroup } from '@/config/types'
import pie_charts from './pie-charts'

const t: IConfigComponentGroup = {
	groupType: 'echarts',
	title: '图表',
	list: [pie_charts]
}
export default t
