const moment = require("moment") const {logsApi} = require("../../../../../rpdata/api/Log") module.exports = class { onCreate(input) { this.state = { filters: [], search: "", } } close() { this.emit("close") } }