From 978b34c39d98269d1da1096d68d585516bff62a6 Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Sat, 28 Mar 2026 17:50:20 +0100 Subject: [PATCH] Update index.js --- ui/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/index.js b/ui/index.js index 78c0dfc..17f06da 100644 --- a/ui/index.js +++ b/ui/index.js @@ -1,2 +1,3 @@ // /plugins/index.js -export { UI } from './sigpro-ui.js'; \ No newline at end of file +export * from './sigpro-ui.js'; +export { UI } from './sigpro-ui.js';