Release v0.1.6

This commit is contained in:
2026-07-07 16:00:38 +02:00
parent a2053518d1
commit 150b720f12
149 changed files with 14311 additions and 8005 deletions
+5
View File
@@ -0,0 +1,5 @@
export const PLATFORM_MODULES_CHANGED_EVENT = "govoplan:platform-modules-changed";
export function dispatchPlatformModulesChanged() {
window.dispatchEvent(new CustomEvent(PLATFORM_MODULES_CHANGED_EVENT));
}