Skip to content

Commit 30d5c2d

Browse files
authored
refactor: removed chart.js re-exports (#835)
BREAKING CHANGE: Chart.js re-exports are removed
1 parent 8027fa8 commit 30d5c2d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// @todo Remove these exports
2-
export { default as Chart } from 'chart.js/auto';
3-
export { defaults } from 'chart.js';
4-
51
// @todo Make named export instead of default
62
export { Chart as default } from './chart';
73
export type { ChartProps } from './types';

0 commit comments

Comments
 (0)