mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
js: Convert static/js/stream_list.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
727208b84c
commit
3e8ddc229b
@@ -11,6 +11,7 @@ import * as popovers from "./popovers";
|
||||
import * as recent_topics from "./recent_topics";
|
||||
import * as rows from "./rows";
|
||||
import * as sent_messages from "./sent_messages";
|
||||
import * as stream_list from "./stream_list";
|
||||
import * as stream_topic_history from "./stream_topic_history";
|
||||
import * as transmit from "./transmit";
|
||||
import * as util from "./util";
|
||||
|
||||
Reference in New Issue
Block a user