Removes unused import

This commit is contained in:
wess
2024-01-12 16:32:48 -05:00
parent 72b3f033b2
commit 5566d3a31e
-1
View File
@@ -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';