ソースを参照

se le añadio el import de Sesion

yadid rosell 3 ヶ月 前
コミット
7119280847
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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";