Ghost/ghost/admin/components/gh-notifications.js
2014-05-28 15:26:16 -04:00

7 lines
204 B
JavaScript

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