fix path
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user