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;