From 5566d3a31e1a8ed780f4bf262bbb6bf5086d7fb2 Mon Sep 17 00:00:00 2001 From: wess Date: Fri, 12 Jan 2024 16:32:48 -0500 Subject: [PATCH] Removes unused import --- src/lib/stores/billing.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/stores/billing.ts b/src/lib/stores/billing.ts index 0ad64d258..d441f3b16 100644 --- a/src/lib/stores/billing.ts +++ b/src/lib/stores/billing.ts @@ -8,7 +8,6 @@ import { cachedStore } from '$lib/helpers/cache'; import { Query, type Models } from '@appwrite.io/console'; import { headerAlert } from './headerAlert'; import PaymentAuthRequired from '$lib/components/billing/alerts/paymentAuthRequired.svelte'; -import { diffDays } from '$lib/helpers/date'; import { addNotification, notifications } from './notifications'; import { goto } from '$app/navigation'; import { base } from '$app/paths';