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

7 lines
204 B
JavaScript
Raw Normal View History

var NotificationsComponent = Ember.Component.extend({
tagName: 'aside',
classNames: 'notifications',
messages: Ember.computed.alias('notifications')
});
export default NotificationsComponent;