chore: move dependencies

This commit is contained in:
Anthony Fu 2022-12-20 14:25:39 +01:00
parent 602afa497c
commit 0a5edda4cd
6 changed files with 347 additions and 364 deletions

View file

@ -116,4 +116,3 @@ async function sendSubscriptionToBackend(
return await useMasto().pushSubscriptions.create(params)
}

View file

@ -19,4 +19,3 @@ export interface CreatePushNotification {
export type PushNotificationRequest = Record<string, boolean>
export type PushNotificationPolicy = Record<string, SubscriptionPolicy>