From 213c89c7ff478e3fba73b0efbfd88cc084ceb43c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 27 Jun 2019 19:01:55 -0400 Subject: adding single pie chart --- client/chart/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/chart/index.js') 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, } -- cgit v1.2.3-70-g09d2