Files
sigpro-ui/index.js
natxocc 2cfa7db221
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s
new Bundle ESM IIFE
2026-04-27 20:16:56 +02:00

12 lines
228 B
JavaScript

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,
};
export const Utils = {
Locale, tt
};