mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: tests.
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
import {
|
||||
IconChevronRight,
|
||||
IconCreditCard,
|
||||
IconGlobe,
|
||||
IconGlobeAlt,
|
||||
IconLogoutRight,
|
||||
IconMenuAlt4,
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user