1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 19:07:37 +03:00
Ghost/ghost/admin/app/components/gh-blog-url.js

11 lines
289 B
JavaScript
Raw Normal View History

import Component from '@ember/component';
import classic from 'ember-classic-decorator';
import {inject as service} from '@ember/service';
import {tagName} from '@ember-decorators/component';
@classic
@tagName('')
export default class GhBlogUrl extends Component {
@service config;
}