refactor(transportes): ♻️ Ajusta rota de transportes

This commit is contained in:
Hugo Falcao
2022-07-28 23:57:00 -03:00
parent b1fa22156b
commit 333b1242da
8 changed files with 89 additions and 58 deletions

View File

@@ -45,7 +45,7 @@ import {
} from "ionicons/icons";
import { useEffect, useState } from "react";
import { useHistory, useLocation } from "react-router";
import { getTransportes } from "../../services/transportes";
import { getTransportes } from "../../services/functions/transportsService";
import { createUserSearch } from "../../services/api/users";
import "./Transportes.css";