mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 04:37:03 +00:00
8 lines
265 B
TypeScript
8 lines
265 B
TypeScript
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;
|
|
}
|