Skip to content

Commit

Permalink
Don't export contexts (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Sep 30, 2019
1 parent 0689aeb commit dbc3d78
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react-jsx-highcharts/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ export const WaterfallSeries = withSeriesType('Waterfall');
export const WindBarbSeries = withSeriesType('WindBarb');
export const XRangeSeries = withSeriesType('XRange');

// Contexts
export { default as HighchartsContext } from './components/HighchartsContext';
export { default as HighchartsChartContext } from './components/ChartContext';
export { default as HighchartsAxisContext } from './components/AxisContext';
export { default as HighchartsSeriesContext } from './components/SeriesContext';

// Hooks
export { default as useHighcharts } from './components/UseHighcharts';
export { default as useChart } from './components/UseChart';
Expand Down

0 comments on commit dbc3d78

Please sign in to comment.