Release v0.1.6
This commit is contained in:
@@ -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));
|
||||
}
|
||||
Reference in New Issue
Block a user