import { html } from "lit"; import { __ } from 'i18n'; import { modal_close_button, modal_header_close_button } from "plugins/modal/templates/buttons.js" export default (o) => { return html` `; }