2022-01-14 22:07:02 +08:00

5 lines
91 B
TypeScript

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