浏览代码

Rename file

JC Brand 4 年之前
父节点
当前提交
864f5fd7d3
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/plugins/chatview/heading.js
  2. 0 0
      src/plugins/chatview/templates/chat-head.js

+ 1 - 1
src/plugins/chatview/heading.js

@@ -1,6 +1,6 @@
 import UserDetailsModal from 'modals/user-details.js';
 import debounce from 'lodash/debounce';
-import tpl_chatbox_head from './templates/chatbox_head.js';
+import tpl_chatbox_head from './templates/chat-head.js';
 import { ElementView } from '@converse/skeletor/src/element.js';
 import { __ } from 'i18n';
 import { _converse, api } from "@converse/headless/core";

+ 0 - 0
src/plugins/chatview/templates/chatbox_head.js → src/plugins/chatview/templates/chat-head.js