fix: tests.

This commit is contained in:
Darshan
2025-11-06 12:31:26 +05:30
parent 733346e203
commit 8a295c8db3
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -32,7 +32,6 @@
import {
IconChevronRight,
IconCreditCard,
IconGlobe,
IconGlobeAlt,
IconLogoutRight,
IconMenuAlt4,
+1 -1
View File
@@ -13,7 +13,7 @@
} from '@appwrite.io/pink-svelte';
import { isSmallViewport } from '$lib/stores/viewport';
import { page } from '$app/state';
import { resolvedProfile } from '$lib/profiles/index.svelte.ts';
import { resolvedProfile } from '$lib/profiles/index.svelte';
const currentYear = new Date().getFullYear();