From f1a5e1309e3030d3cafcd82d540dfa9a56b9ca12 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Tue, 25 Mar 2025 16:38:29 +0330 Subject: [PATCH] fix 3 notif --- frontend/pages/profile/notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/profile/notifications.vue b/frontend/pages/profile/notifications.vue index c0e9860..d4e57db 100644 --- a/frontend/pages/profile/notifications.vue +++ b/frontend/pages/profile/notifications.vue @@ -8,7 +8,7 @@ definePageMeta({ // imports -import { usePushNotifications } from "~/composables/global/notifications/usePushNotifications"; +import { usePushNotifications } from "~/composables/api/notifications/usePushNotifications"; import useSubscribeNotification from "~/composables/api/notifications/useSubscribeNotification"; // state