Skip to content

Commit

Permalink
refactor: removed chart.js re-exports (#835)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Chart.js re-exports are removed
  • Loading branch information
dangreen authored Nov 3, 2021
1 parent 8027fa8 commit 30d5c2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// @todo Remove these exports
export { default as Chart } from 'chart.js/auto';
export { defaults } from 'chart.js';

// @todo Make named export instead of default
export { Chart as default } from './chart';
export type { ChartProps } from './types';
Expand Down

0 comments on commit 30d5c2d

Please sign in to comment.