Update index.js

This commit is contained in:
Natxo
2026-03-31 12:52:08 +02:00
committed by GitHub
parent b04ed259da
commit b1f7db26ae

View File

@@ -21,7 +21,6 @@ const SigproUI = {
tt, tt,
install: (target = (typeof window !== 'undefined' ? window : {})) => { install: (target = (typeof window !== 'undefined' ? window : {})) => {
// Inyectar componentes uno a uno (Button, Input, etc.)
Object.entries(Components).forEach(([name, component]) => { Object.entries(Components).forEach(([name, component]) => {
target[name] = component; target[name] = component;
}); });