import { html } from "lit-html"; import { unsafeHTML } from "lit-html/directives/unsafe-html.js"; import { __ } from '@converse/headless/i18n'; import { modal_header_close_button } from "./buttons" import xss from "xss/dist/xss"; const i18n_join = __('Join'); const i18n_enter = __('Enter a new Groupchat'); const i18n_nickname = __('Nickname'); const i18n_required_field = __('This field is required'); const nickname_input = (o) => html`
`; export default (o) => html` `;