Ghost/ghost/admin/app/components/gh-blog-url.js

7 lines
124 B
JavaScript
Raw Normal View History

import Ember from 'ember';
export default Ember.Component.extend({
tagName: '',
config: Ember.inject.service()
});