mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
8 lines
170 B
JavaScript
8 lines
170 B
JavaScript
|
import Component from '@ember/component';
|
||
|
import layout from '../templates/components/koenig-card-hr';
|
||
|
|
||
|
export default Component.extend({
|
||
|
tagName: '',
|
||
|
layout
|
||
|
});
|