UNPKG

converse.js

Version:
4 lines (2 loc) 76 B
import { html } from "lit"; export default (o) => html`<p>${o.text}</p>`;