From b1f7db26aeb9ff52563f9f391d5609bae50d28ca Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:52:08 +0200 Subject: [PATCH] Update index.js --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index fd43f67..76149cd 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,6 @@ const SigproUI = { tt, install: (target = (typeof window !== 'undefined' ? window : {})) => { - // Inyectar componentes uno a uno (Button, Input, etc.) Object.entries(Components).forEach(([name, component]) => { target[name] = component; });