import Bar from './Bar' import Pie from './Pie' export const ChartList = [...Bar, ...Pie]