summaryrefslogtreecommitdiff
path: root/client/chart/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/chart/index.js')
-rw-r--r--client/chart/index.js6
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,
}