summaryrefslogtreecommitdiff
path: root/client/chart/index.js
blob: 690b4975a1bc93a4056584243dcf5065f9fa7413 (plain)
1
2
3
4
5
6
7
8
9
import CountriesByYear from './countriesByYear.chart'
import PieCharts from './pie.charts'
import SinglePieChart from './singlePie.chart'

export {
  CountriesByYear,
  PieCharts,
  SinglePieChart,
}