mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +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
@@ -39,6 +39,7 @@ import * as people from "./people";
|
||||
import * as pm_conversations from "./pm_conversations";
|
||||
import * as pm_list from "./pm_list";
|
||||
import * as presence from "./presence";
|
||||
import * as recent_topics from "./recent_topics";
|
||||
import * as reload from "./reload";
|
||||
import * as resize from "./resize";
|
||||
import * as rows from "./rows";
|
||||
|
||||
Reference in New Issue
Block a user