Vulcan/packages/nova-notifications/lib/modules.js
xavcz b67989fbc2 work on notifications
* Telescope.notifications.create -> import { createNotifications } from 'meteor/nova:notifications' ;
* leverage Meteor's weak dependencies on packages & move code related to emails / notifications from nova:posts et al. to nova:notifications
2017-02-16 10:04:00 +01:00

6 lines
154 B
JavaScript

import './helpers.js';
import './emails.js';
import './callbacks.js';
import './custom_fields.js';
export { createNotification } from './notifications';