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