Merge pull request #1834 from enkelmedia/1832-export-donut-chart

fix: donut chart components are not exported
This commit is contained in:
Jacob Overgaard
2024-05-16 14:36:20 +02:00
committed by GitHub

View File

@@ -1 +1,3 @@
export * from './repository/index.js';
export * from './components/donut-chart/donut-chart.element.js';
export * from './components/donut-chart/donut-slice.element.js';