mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
js: Convert static/js/server_events.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
21c6a3d87a
commit
19bb5fa7ad
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user