mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
|
import Component from '@ember/component';
|
||
|
import layout from '../templates/components/koenig-card-image';
|
||
|
|
||
|
export default Component.extend({
|
||
|
tagName: '',
|
||
|
layout
|
||
|
});
|