1
0
forked from notnull/chatz
chatz/server/db/models/index.js
2019-07-11 15:36:07 -04:00

4 lines
58 B
JavaScript
Executable File

const Item = require('./item')
module.exports = { Item }