mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
subscribers: Move new_stream_users template.
This commit is contained in:
@@ -3,7 +3,7 @@ import $ from "jquery";
|
|||||||
import render_announce_stream_docs from "../templates/announce_stream_docs.hbs";
|
import render_announce_stream_docs from "../templates/announce_stream_docs.hbs";
|
||||||
import render_subscription_invites_warning_modal from "../templates/confirm_dialog/confirm_subscription_invites_warning.hbs";
|
import render_subscription_invites_warning_modal from "../templates/confirm_dialog/confirm_subscription_invites_warning.hbs";
|
||||||
import render_new_stream_user from "../templates/new_stream_user.hbs";
|
import render_new_stream_user from "../templates/new_stream_user.hbs";
|
||||||
import render_new_stream_users from "../templates/new_stream_users.hbs";
|
import render_new_stream_users from "../templates/stream_settings/new_stream_users.hbs";
|
||||||
|
|
||||||
import * as channel from "./channel";
|
import * as channel from "./channel";
|
||||||
import * as confirm_dialog from "./confirm_dialog";
|
import * as confirm_dialog from "./confirm_dialog";
|
||||||
|
|||||||
Reference in New Issue
Block a user