Skip to content

Commit 6a00760

Browse files
committed
fix: export
1 parent c2dc6c5 commit 6a00760

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

skiaChart.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from './lib/module/skiaChart';
2-
export { default } from './lib/module/skiaChart';
1+
export * from './lib/module/skia/skiaChart';
2+
export { default } from './lib/module/skia/skiaChart';

svgChart.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from './lib/module/svgChart';
2-
export { default } from './lib/module/svgChart';
1+
export * from './lib/module/svg/svgChart';
2+
export { default } from './lib/module/svg/svgChart';

0 commit comments

Comments
 (0)