From 6d61727fa625c58996f36e84d91cd367cc49e3d0 Mon Sep 17 00:00:00 2001 From: Guillaume Cusnieux Date: Thu, 4 May 2023 10:48:49 +0200 Subject: [PATCH] fix: export gv-chart-gauge-progress component --- wc/gv-chart-gauge-progress.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 wc/gv-chart-gauge-progress.js diff --git a/wc/gv-chart-gauge-progress.js b/wc/gv-chart-gauge-progress.js new file mode 100644 index 00000000..7d0d216f --- /dev/null +++ b/wc/gv-chart-gauge-progress.js @@ -0,0 +1 @@ +import '../src/charts/gv-chart-gauge-progress';