diff --git a/lib/galaxy-charts.js b/lib/galaxy-charts.js index 682f87d..fc473fb 100644 --- a/lib/galaxy-charts.js +++ b/lib/galaxy-charts.js @@ -1,4 +1,6 @@ export { useColumnsStore } from "@/store/columnsStore"; export { useConfigStore } from "@/store/configStore"; +export { GalaxyApi } from "@/client/api"; + export { default as GalaxyCharts } from "@/components/GalaxyCharts.vue"; \ No newline at end of file