Skip to content

Commit

Permalink
fix(react): Export DonutChart in React package
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad committed Jan 3, 2019
1 parent e7d91a6 commit f164072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import PieChart from "./pie-chart";
import DonutChart from "./donut-chart";
import LineChart from "./line-chart";
import BarChart from "./bar-chart";

module.exports = {
PieChart,
DonutChart,
LineChart,
BarChart
};

0 comments on commit f164072

Please sign in to comment.