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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:02:37 -08:00
committed by Tim Abbott
parent b408565111
commit c71af35461
17 changed files with 93 additions and 89 deletions

View File

@@ -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";