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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-28 12:33:40 -08:00
committed by Tim Abbott
parent d8c793f791
commit 9e613b1487
9 changed files with 39 additions and 40 deletions

View File

@@ -2,6 +2,7 @@ import _ from "lodash";
import * as channel from "./channel";
import * as echo from "./echo";
import * as message_events from "./message_events";
import * as message_store from "./message_store";
import * as reload from "./reload";
import * as reload_state from "./reload_state";