mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00

* 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
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
import './helpers.js';
|
|
import './emails.js';
|
|
import './callbacks.js';
|
|
import './custom_fields.js';
|
|
|
|
export { createNotification } from './notifications';
|