Explorar el Código

se le añadio el import de Sesion

yadid rosell hace 3 meses
padre
commit
7119280847
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/services/authService.ts

+ 1 - 1
src/services/authService.ts

@@ -1,6 +1,6 @@
 import { API_URL } from "../constants";
 import httpStatusCodes from "../constants/http-status-codes";
-import type { Sesion } from "../models/Sesion.model";
+import { Sesion } from "../models/Sesion.model";
 import type { DefaultResponse } from "../types/responses";
 import { HttpService } from "./httpService";
 import { authStore } from "../stores";