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