subscribers: Move new_stream_users template.

This commit is contained in:
Steve Howell 2022-02-08 19:05:26 +00:00 committed by Tim Abbott
parent e205d54796
commit 35d1d326c9
2 changed files with 1 additions and 1 deletions

View File

@ -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";