Skip to content

Commit

Permalink
cleanup: post merge cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Oct 1, 2024
1 parent df00c19 commit 8acff9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 4 additions & 3 deletions src/routes/[network]/(account)/ram/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<script lang="ts">
import { getContext } from 'svelte';
import { Asset } from '@wharfkit/antelope';
import RamPriceHistory from '$lib/components/chart/rampricehistory.svelte';
import RAM from '$lib/components/elements/ram.svelte';
import { getContext } from 'svelte';
import type { UnicoveContext } from '$lib/state/client.svelte';
import Pageheader from '$lib/components/pageheader.svelte';
import Card from '$lib/components/layout/box/card.svelte';
import Button from '$lib/components/button/button.svelte';
import { calculateValue } from '$lib/state/client/account.svelte.js';
import { Asset } from '@wharfkit/antelope';
import { calculateValue } from '$lib/utils.js';
const { data } = $props();
const context = getContext<UnicoveContext>('state');
Expand Down

0 comments on commit 8acff9b

Please sign in to comment.