xmpp.chapril.org-conversejs/src/templates/chatroom.js

12 lines
320 B
JavaScript
Raw Normal View History

import { html } from "lit-html";
export default () => html`
<div class="flyout box-flyout">
<div class="chat-head chat-head-chatroom row no-gutters"></div>
<div class="chat-body chatroom-body row no-gutters">
<div class="disconnect-container hidden"></div>
</div>
</div>
`;