tweak(ui): expose UIAlert to service scripts

This commit is contained in:
KernelDeimos
2024-05-31 18:09:15 -04:00
parent d2b37fc436
commit 71e2310fa4
+3 -1
View File
@@ -122,4 +122,6 @@ function UIAlert(options){
})
}
export default UIAlert;
def(UIAlert, 'ui.window.UIAlert');
export default UIAlert;