Files
gancio/app/model.js
2019-03-11 00:20:37 +01:00

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 }