const Modulo = require('../../db/tablas/Modulo'); const get = async () => Modulo.findAll(); module.exports = get;