Move more stuff out of Notifications.js

This commit is contained in:
Richard van der Hoff 2016-04-14 14:28:28 +01:00
parent 0996a0b140
commit c6b501811f
3 changed files with 135 additions and 70 deletions

View file

@ -20,4 +20,5 @@ module.exports = {
NotificationUtils: require('./NotificationUtils'),
PushRuleVectorState: require('./PushRuleVectorState'),
VectorPushRulesDefinitions: require('./VectorPushRulesDefinitions'),
ContentRules: require('./ContentRules'),
};