stream_settings_ui: Convert module to typescript.

This commit is contained in:
evykassirer
2024-11-18 16:42:39 -08:00
committed by Tim Abbott
parent 9e3cceb551
commit 60763763b2
12 changed files with 142 additions and 82 deletions

View File

@@ -124,7 +124,7 @@ 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_settings_ui from "./stream_settings_ui.js";
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";
import * as sub_store from "./sub_store.ts";