import { html } from "lit"; import u from '@converse/headless/utils/core.js'; export default (o) => { const id = u.getUniqueId(); return html`
`; };