Include AutoInstall

This commit is contained in:
2026-03-31 18:52:28 +02:00
parent 7c142eb677
commit d62e99b17e
8 changed files with 218 additions and 54 deletions

View File

@@ -33,4 +33,8 @@ const SigproUI = {
}
};
if (typeof window !== 'undefined') {
SigproUI.install(window);
}
export default SigproUI;