Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Feb 24, 2025
1 parent e692369 commit 5540a00
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/components/search/input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import { ArrowRight } from 'lucide-svelte';
import type { UnicoveContext } from '$lib/state/client.svelte';
import type { SerializedSession } from '@wharfkit/session';
import { languageTag } from '$lib/paraglide/runtime';
const context = getContext<UnicoveContext>('state');
Expand Down
1 change: 0 additions & 1 deletion src/routes/[network]/(account)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { getContext } from 'svelte';
import type { UnicoveContext } from '$lib/state/client.svelte.js';
import { goto } from '$lib/utils';
import { languageTag } from '$lib/paraglide/runtime.js';
import { page } from '$app/stores';
import Pageheader from '$lib/components/pageheader.svelte';
import { Stack } from '$lib/components/layout';
Expand Down
1 change: 0 additions & 1 deletion src/routes/[network]/(homepage)/(wallets)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { getContext } from 'svelte';
import type { UnicoveContext } from '$lib/state/client.svelte.js';
import { goto } from '$lib/utils';
import { languageTag } from '$lib/paraglide/runtime.js';
import { page } from '$app/stores';
import Pageheader from '$lib/components/pageheader.svelte';
import { Stack } from '$lib/components/layout';
Expand Down

0 comments on commit 5540a00

Please sign in to comment.