Skip to content

Commit

Permalink
Clean Up Code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo committed Jan 9, 2024
1 parent 5ebb6cb commit ba814e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/account/[account]/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import { page } from "$app/stores";
// @ts-ignore
import { idlStore } from "$lib/util/stores/idl";
import { grabIdl } from "$lib/util/grab-idl";
import type { Idl } from "@coral-xyz/anchor";
import { PROGRAM_ID as ACCOUNT_COMPRESSION_ID } from "@solana/spl-account-compression";
Expand All @@ -14,8 +12,6 @@
import { trpcWithQuery } from "$lib/trpc/client";
import { onMount, onDestroy } from "svelte";
const api = import.meta.env.VITE_HELIUS_API_KEY;
const client = trpcWithQuery($page);
const account = $page.params.account;
Expand Down

0 comments on commit ba814e1

Please sign in to comment.