templates: Move bot_avatar_row to settings/.

Since templates for settings UI should be
in `static/templates/settings`.
This commit is contained in:
akshatdalton 2021-05-14 19:36:58 +00:00 committed by Tim Abbott
parent 55d3090f05
commit d48a728fd0
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import ClipboardJS from "clipboard";
import $ from "jquery";
import _ from "lodash";
import render_bot_avatar_row from "../templates/bot_avatar_row.hbs";
import render_bot_avatar_row from "../templates/settings/bot_avatar_row.hbs";
import render_edit_bot from "../templates/edit_bot.hbs";
import render_settings_edit_embedded_bot_service from "../templates/settings/edit_embedded_bot_service.hbs";
import render_settings_edit_outgoing_webhook_service from "../templates/settings/edit_outgoing_webhook_service.hbs";