fix path
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// composables/usePushNotifications.ts
|
// composables/usePushNotifications.ts
|
||||||
import { useLocalStorage, usePermission } from "@vueuse/core";
|
import { useLocalStorage, usePermission } from "@vueuse/core";
|
||||||
import { onMounted, ref } from "vue";
|
import { onMounted, ref } from "vue";
|
||||||
import useSubscribeNotification from "../api/useSubscribeNotification";
|
import useSubscribeNotification from "../api/notifications/useSubscribeNotification";
|
||||||
|
|
||||||
interface VapidKeys {
|
interface VapidKeys {
|
||||||
publicKey: string;
|
publicKey: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user