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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:11:47 -08:00
committed by Tim Abbott
parent 21c6a3d87a
commit 19bb5fa7ad
16 changed files with 53 additions and 42 deletions

View File

@@ -4,6 +4,7 @@ import * as hashchange from "./hashchange";
import {localstorage} from "./localstorage";
import * as narrow_state from "./narrow_state";
import * as reload_state from "./reload_state";
import * as server_events from "./server_events";
import * as ui_report from "./ui_report";
import * as util from "./util";