import { apiGet } from 'odi-utils/api'; //GET APIS export const getAlmacenesAPI = async () => { return await apiGet(`ayuda/almacen`) }