sin initDX()
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 5s

This commit is contained in:
2026-04-16 15:35:40 +02:00
parent b718fe20e4
commit 99bf97a8d3
6 changed files with 4 additions and 10 deletions

2
dist/sigpro.js vendored
View File

@@ -42,7 +42,6 @@
__export(exports_sigpro, {
onUnmount: () => onUnmount,
onMount: () => onMount,
initDX: () => initDX,
Watch: () => Watch,
Tag: () => Tag,
Router: () => Router,
@@ -617,5 +616,4 @@
Anim,
Batch
});
var initDX = () => {};
})();