diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-30 12:17:56 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-30 12:17:56 +0100 |
| commit | 164b92454f2814e73dee9f673c1de07b715bc424 (patch) | |
| tree | 595a2ae4f2621bed30e339bb795081a0882728f2 /client/chart/index.js | |
| parent | ab46c9007b862eb512fe66cc47a325a7a374e20c (diff) | |
pie chart test
Diffstat (limited to 'client/chart/index.js')
| -rw-r--r-- | client/chart/index.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/chart/index.js b/client/chart/index.js index e9d3322d..27650020 100644 --- a/client/chart/index.js +++ b/client/chart/index.js @@ -1,5 +1,7 @@ -import Container from './chart.container' +import CountriesByYear from './countriesByYear.chart' +import PieCharts from './pie.charts' export { - Container, + CountriesByYear, + PieCharts, } |
