import { Component } from 'jinge'; import _tpl from './card-expand.html'; export class CardExpand extends Component { static template = _tpl; }