From 2ce186ed368a5c57d0be341db7ba4bb24c412beb Mon Sep 17 00:00:00 2001 From: guerler Date: Sat, 2 Nov 2024 11:56:42 +0300 Subject: [PATCH] Add api helper to lib --- lib/galaxy-charts.js | 2 ++ 1 file changed, 2 insertions(+) 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