diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-06-27 19:01:55 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-06-27 19:01:55 -0400 |
| commit | 213c89c7ff478e3fba73b0efbfd88cc084ceb43c (patch) | |
| tree | 1f0de29c1f87dd54be7fa9ec5ae899ea037231f4 /client/chart/index.js | |
| parent | b7f8cfd92446c8107c75b4840c56d92304c16e78 (diff) | |
adding single pie chart
Diffstat (limited to 'client/chart/index.js')
| -rw-r--r-- | client/chart/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/chart/index.js b/client/chart/index.js index 27650020..690b4975 100644 --- a/client/chart/index.js +++ b/client/chart/index.js @@ -1,7 +1,9 @@ import CountriesByYear from './countriesByYear.chart' import PieCharts from './pie.charts' +import SinglePieChart from './singlePie.chart' export { CountriesByYear, PieCharts, + SinglePieChart, } |
