From f1d2385f6100aabe22a5a27f1cf74bcec225a806 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Wed, 26 Mar 2025 10:58:18 +0330 Subject: [PATCH] fix path --- 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 025b6d0..ce345bf 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/usePushNotifications"; import useSubscribeNotification from "~/composables/api/notifications/useSubscribeNotification"; // state