From ba5f9f95bb8191c73c1a6fe5d1810cdfce217502 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 21 八月 2023 15:37:39 +0800 Subject: [PATCH] Update: [推廣影片] sandbox attribute add allow-presentation --- PAMapp/shared/storageRequests.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/shared/storageRequests.ts b/PAMapp/shared/storageRequests.ts index 4b499a5..a50917f 100644 --- a/PAMapp/shared/storageRequests.ts +++ b/PAMapp/shared/storageRequests.ts @@ -1,4 +1,4 @@ -import { AppointmentRequests } from "./api/consultant"; +import { AppointmentRequests } from "./models/appointment.model"; export function getRequestsFromStorage(): AppointmentRequests { const requests = localStorage.getItem('myRequests'); -- Gitblit v1.8.0