Skip to content

Commit

Permalink
Merge pull request #5 from tw15egan/fix-build
Browse files Browse the repository at this point in the history
fix(build): export correct files
  • Loading branch information
tw15egan authored Sep 19, 2017
2 parents 0b614bb + b719449 commit a9199fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export LineGraph from './components/LineGraph.js';
export LineGraph from './components/LineGraph/LineGraph.js';
export GaugeGraph from './components/GaugeGraph/GaugeGraph.js';
export ScatterPlot from './components/ScatterPlot/ScatterPlot.js';

0 comments on commit a9199fd

Please sign in to comment.