MOdular
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 8s

This commit is contained in:
2026-05-05 22:44:16 +02:00
parent fb8c5eabd2
commit e7e3def5ed
13 changed files with 178 additions and 156 deletions

View File

@@ -1,7 +1,6 @@
import * as All from './sigpro-ui.js';
import * as Edt from './editor.js';
import * as Loc from './locale.js';
if (typeof window !== "undefined") {
Object.assign(window, All, Edt, Loc)
Object.assign(window, All, Edt)
}