template: Move admin_invites_list template to settings folder.

Moved `admin_invites_list` template to `/templates/settings/` folder as
earlier, it was inaccurately placed within the `/templates` folder
and should have been within the `/templates/settings` folder instead.
This commit is contained in:
aryanshridhar
2021-04-22 22:04:53 +05:30
committed by Tim Abbott
parent 19ffacf05d
commit 27934dca7e
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import $ from "jquery";
import render_admin_invites_list from "../templates/admin_invites_list.hbs";
import render_admin_invites_list from "../templates/settings/admin_invites_list.hbs";
import render_settings_revoke_invite_modal from "../templates/settings/revoke_invite_modal.hbs";
import * as blueslip from "./blueslip";