import Component from '@ember/component'; // @ts-ignore: Ignore import of compiled template import layout from '../../../templates/components/entity-page/entity-header/attribute-callout'; export default class EntityHeaderAttributeCallout extends Component { layout = layout; }