"DashboardWorkplace/src/components/Radar/index.tsx" did not exist on "66b26c6e4612633026158c7de39b0fbc650185c3"
index.tsx 309 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2
import Gauge from './Gauge';
import MiniArea from './MiniArea';
陈帅's avatar
陈帅 committed
3 4 5
import Pie from './Pie';
import TagCloud from './TagCloud';
import WaterWave from './WaterWave';
陈帅's avatar
陈帅 committed
6

陈帅's avatar
陈帅 committed
7 8 9 10 11 12 13 14 15
const Charts = {
  Pie,
  WaterWave,
  Gauge,
  MiniArea,
  TagCloud,
};

export { Charts as default, Pie, WaterWave, Gauge, TagCloud, MiniArea };