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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-28 12:31:33 -08:00
committed by Tim Abbott
parent 68872f44f6
commit 7a67c06581
32 changed files with 71 additions and 40 deletions

View File

@@ -3,6 +3,7 @@ import * as compose from "./compose";
import * as compose_state from "./compose_state";
import * as hashchange from "./hashchange";
import {localstorage} from "./localstorage";
import * as message_list from "./message_list";
import * as narrow_state from "./narrow_state";
import * as reload_state from "./reload_state";
import * as server_events from "./server_events";