瀏覽代碼

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";