mirror of
https://gitee.com/dromara/go-view.git
synced 2025-12-27 23:46:59 +08:00
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
import Bar from './Bar'
|
|
import Pie from './Pie'
|
|
|
|
export const ChartList = [...Bar, ...Pie]
|