const DeviceRaw = require('./DeviceRaw'); const CurrentMonth = require('./CurrentMonth'); module.exports = { DeviceRaw, CurrentMonth, };