@@ -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;
});
The note is not visible to the blocked user.