0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/app/components/gh-blog-url.js

10 lines
149 B
JavaScript
Raw Normal View History

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