blob: 460c560913d4283158b4c5ae4d9e2e3067258958 [file] [log] [blame]
module.exports = function NotificationsServiceFactory() {
var NotificationsService = {}
return NotificationsService
}