0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/client/app/components/gh-blog-url.js

13 lines
163 B
JavaScript
Raw Normal View History

import Ember from 'ember';
2016-01-19 07:03:27 -06:00
const {
Component,
inject: {service}
} = Ember;
export default Component.extend({
tagName: '',
2016-01-19 07:03:27 -06:00
config: service()
});