2020-11-03 10:43:45 +01:00
|
|
|
export { default as bar } from "./BarChart.svelte"
|
|
|
|
export { default as line } from "./LineChart.svelte"
|
2020-11-03 12:50:55 +01:00
|
|
|
export { default as pie } from "./PieChart.svelte"
|
|
|
|
export { default as donut } from "./DonutChart.svelte"
|