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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:10:03 -08:00
committed by Tim Abbott
parent ac65935b16
commit 7145cb4a0d
46 changed files with 118 additions and 61 deletions

View File

@@ -6,6 +6,7 @@ import render_notification from "../templates/notification.hbs";
import * as alert_words from "./alert_words";
import * as channel from "./channel";
import * as favicon from "./favicon";
import * as message_store from "./message_store";
import * as muting from "./muting";
import * as narrow_state from "./narrow_state";
import * as navigate from "./navigate";