mail notification
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const User = require('./models/user')
|
||||
const { Event, Comment, Tag, Place, Reminder, EventReminder } = require('./models/event')
|
||||
const { Event, Comment, Tag, Place, Notification, EventNotification } = require('./models/event')
|
||||
|
||||
module.exports = { User, Event, Comment, Tag, Place, Reminder, EventReminder }
|
||||
module.exports = { User, Event, Comment, Tag, Place, Notification, EventNotification }
|
||||
|
||||
Reference in New Issue
Block a user