summaryrefslogtreecommitdiff
path: root/client/chart/index.js
blob: 2765002040511a5346419f9b1b9af474a1aed729 (plain)
1
2
3
4
5
6
7
import CountriesByYear from './countriesByYear.chart'
import PieCharts from './pie.charts'

export {
  CountriesByYear,
  PieCharts,
}