import { html } from "lit-html"; export default (o) => html`

${o.text}

`;