From 771f4a9f833516c7ec357f4b6956d41bf8b0f404 Mon Sep 17 00:00:00 2001 From: natxocc Date: Tue, 28 Apr 2026 22:31:25 +0200 Subject: [PATCH] include onUnmount --- sigpro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigpro.js b/sigpro.js index d1b39bd..b4e3dff 100644 --- a/sigpro.js +++ b/sigpro.js @@ -512,4 +512,4 @@ if (typeof window !== "undefined") { .forEach(tag => { window[tag] = (props, children) => h(tag, props, children) }) } -export { $, $$, watch, h, when, each, router, mount, batch } \ No newline at end of file +export { $, $$, watch, batch, h, mount, when, each, router, onUnmount } \ No newline at end of file