From 9e59377055ff0b5c6a774ffe869dd3b6e9ab7b9a Mon Sep 17 00:00:00 2001 From: natxocc Date: Thu, 26 Mar 2026 22:34:00 +0100 Subject: [PATCH] Repair sigpro-ui Import --- ui/sigpro-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/sigpro-ui.js b/ui/sigpro-ui.js index 5cf5af4..946705a 100644 --- a/ui/sigpro-ui.js +++ b/ui/sigpro-ui.js @@ -2,7 +2,7 @@ * SigPro UI - daisyUI v5 & Tailwind v4 Plugin * Provides a set of reactive functional components, flow control and i18n. */ -import { $, $if, $for, $watch, $html, $mount } from './sigpro.js'; +import { $, $if, $for, $watch, $html, $mount } from 'sigpro.js'; export const UI = (defaultLang = "es") => { const ui = {};