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