From 103ba5766d3f285c9fcf0d0135a58f83b02518bb Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Wed, 26 Mar 2025 11:07:46 +0330 Subject: [PATCH] fix path --- frontend/composables/global/usePushNotifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/composables/global/usePushNotifications.ts b/frontend/composables/global/usePushNotifications.ts index 11cdf50..d0b7a55 100644 --- a/frontend/composables/global/usePushNotifications.ts +++ b/frontend/composables/global/usePushNotifications.ts @@ -1,7 +1,7 @@ // composables/usePushNotifications.ts import { useLocalStorage, usePermission } from "@vueuse/core"; import { onMounted, ref } from "vue"; -import useSubscribeNotification from "../api/useSubscribeNotification"; +import useSubscribeNotification from "../api/notifications/useSubscribeNotification"; interface VapidKeys { publicKey: string;