Skip to content

Commit bdef0f5

Browse files
authored
chore: Adds named component exports (#60)
1 parent bd4c061 commit bdef0f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
},
4040
"exports": {
4141
".": "./index.js",
42+
"./cartesian-chart": "./cartesian-chart/index.js",
43+
"./pie-chart": "./pie-chart/index.js",
4244
"./test-utils/dom": "./test-utils/dom/index.js",
4345
"./test-utils/dom/internal/core": "./test-utils/dom/internal/core.js",
4446
"./test-utils/selectors": "./test-utils/selectors/index.js",

0 commit comments

Comments
 (0)