mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
stream_popover: Convert module to TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
d763cbfa2c
commit
93185dd7a6
@@ -123,7 +123,7 @@ import * as stream_edit from "./stream_edit.ts";
|
||||
import * as stream_edit_subscribers from "./stream_edit_subscribers.ts";
|
||||
import * as stream_list from "./stream_list.ts";
|
||||
import * as stream_list_sort from "./stream_list_sort.ts";
|
||||
import * as stream_popover from "./stream_popover.js";
|
||||
import * as stream_popover from "./stream_popover.ts";
|
||||
import * as stream_settings_ui from "./stream_settings_ui.ts";
|
||||
import * as stream_topic_history from "./stream_topic_history.ts";
|
||||
import * as stream_topic_history_util from "./stream_topic_history_util.ts";
|
||||
|
||||
Reference in New Issue
Block a user