mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
js: Convert static/js/subs.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
0e90f3be6d
commit
8dbaf2d680
@@ -4,6 +4,7 @@ import * as ListWidget from "./list_widget";
|
||||
import * as peer_data from "./peer_data";
|
||||
import * as stream_data from "./stream_data";
|
||||
import * as stream_edit from "./stream_edit";
|
||||
import * as subs from "./subs";
|
||||
|
||||
export function initialize_disable_btn_hint_popover(
|
||||
btn_wrapper,
|
||||
|
||||
Reference in New Issue
Block a user