1 2 3 4 5 6 7
import CountriesByYear from './countriesByYear.chart' import PieCharts from './pie.charts' export { CountriesByYear, PieCharts, }