js: Convert static/js/user_groups.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:42:57 -08:00
committed by Tim Abbott
parent 592cd780f5
commit 5a68bda15b
16 changed files with 43 additions and 40 deletions

View File

@@ -5,6 +5,7 @@ import * as muting_ui from "./muting_ui";
import * as peer_data from "./peer_data";
import * as people from "./people";
import * as settings_config from "./settings_config";
import * as user_groups from "./user_groups";
import * as user_status from "./user_status";
export function dispatch_normal_event(event) {