8 lines
265 B
TypeScript
Raw Normal View History

2019-08-31 20:51:14 -07:00
import Component from '@ember/component';
// @ts-ignore: Ignore import of compiled template
import layout from '../../templates/components/entity-header/attribute-callout';
export default class EntityHeaderAttributeCallout extends Component {
layout = layout;
}