Skip to content

Commit 5ab27bc

Browse files
authored
refactor: remove default export (#959)
default export was removed BREAKING CHANGE: default export was removed, please use named exports
1 parent f3ecfb0 commit 5ab27bc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/index.ts

-11
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,3 @@ export {
2424
Bubble,
2525
Scatter
2626
}
27-
28-
export default {
29-
Bar,
30-
Doughnut,
31-
Line,
32-
Pie,
33-
PolarArea,
34-
Radar,
35-
Bubble,
36-
Scatter
37-
}

0 commit comments

Comments
 (0)