This commit is contained in:
2026-03-22 20:58:19 +01:00
parent eaf1018dda
commit 7630217643

View File

@@ -1,7 +1,7 @@
/**
* SigPro - Atomic Unified Reactive Engine
* A lightweight, fine-grained reactivity system with built-in routing and plugin support.
* @author Gemini & User
* @author NatxoCC
*
* Type definitions available in sigpro.d.ts
*/
@@ -214,3 +214,4 @@
window.$ = $;
})();
export const { $ } = window;