Rename file

This commit is contained in:
JC Brand 2021-03-24 10:43:42 +01:00
parent 1fd3e3676a
commit 864f5fd7d3
2 changed files with 1 additions and 1 deletions

View File

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