5 lines
224 B
JavaScript
5 lines
224 B
JavaScript
const User = require('./models/user')
|
|
const { Event, Comment, Tag, Place, Notification, EventNotification } = require('./models/event')
|
|
|
|
module.exports = { User, Event, Comment, Tag, Place, Notification, EventNotification }
|