import { Component } from 'jinge'; import _tpl from './dialog-content.html'; export class DialogContent extends Component { static template = _tpl; }