Skip to content

Commit b56a87a

Browse files
committed
fix: regression fix with barel import
1 parent c62dd8e commit b56a87a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/ui-chart/charts/index.ts

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export { BarChart } from './BarChart';
2+
export { HorizontalBarChart } from './HorizontalBarChart';
3+
export { LineChart } from './LineChart';
4+
export { PieChart } from './PieChart';
5+
export { RadarChart } from './RadarChart';
6+
export { ScatterChart } from './ScatterChart';
7+
export { BubbleChart } from './BubbleChart';
8+
export { CandleStickChart } from './CandleStickChart';
9+
export { CombinedChart } from './CombinedChart';

0 commit comments

Comments
 (0)