From 34e9b39a7b745aa5d1e9957c2618367d6dcdbae4 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Tue, 25 Mar 2025 16:30:14 +0330 Subject: [PATCH] test2 fix 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 ce345bf..c0e9860 100644 --- a/frontend/pages/profile/notifications.vue +++ b/frontend/pages/profile/notifications.vue @@ -8,7 +8,7 @@ definePageMeta({ // imports -import { usePushNotifications } from "~/composables/global/usePushNotifications"; +import { usePushNotifications } from "~/composables/global/notifications/usePushNotifications"; import useSubscribeNotification from "~/composables/api/notifications/useSubscribeNotification"; // state