This commit is contained in:
2026-05-02 23:39:00 +02:00
parent 1ef3770751
commit 8b795cf7f4
3 changed files with 96 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
export * from './sigpro-ui.js';
import * as All from './sigpro-ui.js';
export const Components = { ...All };