mirror of https://github.com/zulip/zulip.git
subscribers: Move new_stream_users template.
This commit is contained in:
parent
e205d54796
commit
35d1d326c9
|
@ -3,7 +3,7 @@ import $ from "jquery";
|
|||
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_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 confirm_dialog from "./confirm_dialog";
|
||||
|
|
Loading…
Reference in New Issue