Browse Source

se le añadio el import de Sesion

yadid rosell 3 months ago
parent
commit
7119280847
1 changed files with 1 additions and 1 deletions
  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";