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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:27:48 -08:00
committed by Tim Abbott
parent 934d4e4e10
commit 1a8422b152
26 changed files with 105 additions and 100 deletions

View File

@@ -6,6 +6,7 @@ import * as loading from "./loading";
import * as message_fetch from "./message_fetch";
import * as message_viewport from "./message_viewport";
import * as narrow_state from "./narrow_state";
import * as recent_topics from "./recent_topics";
let actively_scrolling = false;