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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:54:32 -08:00
committed by Tim Abbott
parent 245d6c3a3e
commit ad3390e395
19 changed files with 53 additions and 42 deletions

View File

@@ -4,6 +4,7 @@ const alert_words = require("./alert_words");
const people = require("./people");
const pm_conversations = require("./pm_conversations");
const recent_senders = require("./recent_senders");
const stream_topic_history = require("./stream_topic_history");
const util = require("./util");
const stored_messages = new Map();