Ghost/ghost/admin/app/components/gh-notifications.js

7 lines
182 B
JavaScript
Raw Normal View History

import Component from '@glimmer/component';
import {inject as service} from '@ember/service';
export default class GhNotifications extends Component {
@service notifications;
}