Ghost/ghost/admin/lib/gh-koenig/addon/components/cards/card-hr.js
Ryan McCarvill e43ef8c7b5 📦 Card-Rename (#603)
no issue
- Renames Cards so they comply with the `card-{{name}}` convention rather than `{{name}}-card`
- Adds a unkonwnCardHandler to the editor.
2017-03-24 10:03:52 +00:00

5 lines
146 B
JavaScript

import Component from 'ember-component';
import layout from '../../templates/components/card-hr';
export default Component.extend({
layout
});