Skip to content

Commit

Permalink
Merge pull request #10 from tw15egan/export
Browse files Browse the repository at this point in the history
fix(pie-chart): export PieChart
  • Loading branch information
tw15egan authored Sep 21, 2017
2 parents ee5cf12 + f5af49d commit 7ed099f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export LineGraph from './components/LineGraph/LineGraph.js';
export GaugeGraph from './components/GaugeGraph/GaugeGraph.js';
export ScatterPlot from './components/ScatterPlot/ScatterPlot.js';
export PieChart from './components/PieChart/PieChart.js';

0 comments on commit 7ed099f

Please sign in to comment.