topic_zoom: Merge into stream_list.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-10-06 18:10:10 -07:00
committed by Tim Abbott
parent a43ea3efaa
commit 27991bd5b0
6 changed files with 83 additions and 97 deletions

View File

@@ -124,7 +124,6 @@ import * as timerender from "./timerender";
import * as tippyjs from "./tippyjs";
import * as topic_list from "./topic_list";
import * as topic_popover from "./topic_popover";
import * as topic_zoom from "./topic_zoom";
import * as transmit from "./transmit";
import * as tutorial from "./tutorial";
import * as typeahead_helper from "./typeahead_helper";
@@ -713,7 +712,6 @@ export function initialize_everything() {
);
},
});
topic_zoom.initialize();
drafts.initialize();
drafts_overlay_ui.initialize();
sent_messages.initialize();