mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
js: Convert static/js/recent_topics.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
934d4e4e10
commit
1a8422b152
@@ -22,6 +22,7 @@ import * as navigate from "./navigate";
|
||||
import * as overlays from "./overlays";
|
||||
import * as popovers from "./popovers";
|
||||
import * as reactions from "./reactions";
|
||||
import * as recent_topics from "./recent_topics";
|
||||
import * as search from "./search";
|
||||
import * as stream_popover from "./stream_popover";
|
||||
import * as topic_zoom from "./topic_zoom";
|
||||
|
||||
Reference in New Issue
Block a user