Include Editor
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 7s

This commit is contained in:
2026-04-27 18:09:59 +02:00
parent 953fae7bbc
commit 670e9fd8fe
11 changed files with 534 additions and 38 deletions

View File

@@ -1,10 +1,10 @@
import * as All from './sigpro-components.js';
// import * as Editor from './sigpro-editor.js';
import * as All from './sigpro-ui.js';
import * as Editor from './sigpro-editor.js';
import { Locale, tt } from './sigpro-locale.js';
export const Components = {
...All,
// ...Editor,
...Editor,
};
export const Utils = {