mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
js: Convert static/js/stream_popover.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
b408565111
commit
c71af35461
@@ -2,6 +2,7 @@ import * as narrow_state from "./narrow_state";
|
||||
import * as people from "./people";
|
||||
import * as pm_conversations from "./pm_conversations";
|
||||
import * as pm_list_dom from "./pm_list_dom";
|
||||
import * as stream_popover from "./stream_popover";
|
||||
import * as unread_ui from "./unread_ui";
|
||||
import * as vdom from "./vdom";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user