Skip to content

Commit

Permalink
refactor: remove default export (#959)
Browse files Browse the repository at this point in the history
default export was removed

BREAKING CHANGE: default export was removed, please use named exports
  • Loading branch information
dangreen committed Dec 3, 2022
1 parent f3ecfb0 commit 5ab27bc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/index.ts
Expand Up @@ -24,14 +24,3 @@ export {
Bubble,
Scatter
}

export default {
Bar,
Doughnut,
Line,
Pie,
PolarArea,
Radar,
Bubble,
Scatter
}

0 comments on commit 5ab27bc

Please sign in to comment.