f4f183bc46
to overcome cross-site restrictions on using the `use` attribute of the `<svg>` element.
10 lines
265 B
JavaScript
10 lines
265 B
JavaScript
import { html } from 'lit-html';
|
|
import '../components/font-awesome.js';
|
|
|
|
|
|
export default () => html`
|
|
<div class="converse-chatboxes row no-gutters"></div>
|
|
<div id="converse-modals" class="modals"></div>
|
|
<converse-fontawesome></converse-fontawesome>
|
|
`;
|