Repair sigpro-ui Import

This commit is contained in:
2026-03-26 22:34:00 +01:00
parent 5701906e06
commit 9e59377055

View File

@@ -2,7 +2,7 @@
* SigPro UI - daisyUI v5 & Tailwind v4 Plugin * SigPro UI - daisyUI v5 & Tailwind v4 Plugin
* Provides a set of reactive functional components, flow control and i18n. * 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") => { export const UI = (defaultLang = "es") => {
const ui = {}; const ui = {};