summaryrefslogtreecommitdiff
path: root/client/chart/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-06-27 19:01:55 -0400
committerJules Laplace <julescarbon@gmail.com>2019-06-27 19:01:55 -0400
commit213c89c7ff478e3fba73b0efbfd88cc084ceb43c (patch)
tree1f0de29c1f87dd54be7fa9ec5ae899ea037231f4 /client/chart/index.js
parentb7f8cfd92446c8107c75b4840c56d92304c16e78 (diff)
adding single pie chart
Diffstat (limited to 'client/chart/index.js')
-rw-r--r--client/chart/index.js2
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,
}