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

@ -85,4 +85,3 @@ export const useTimeAgoOptions = (short = false): UseTimeAgoOptions<false> => {
},
}
}

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>

View file

@ -45,4 +45,3 @@ export function useTranslation(status: Status) {
translation,
}
}