Skip to content

Commit

Permalink
rrmm
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam committed Feb 17, 2025
1 parent bb04d0a commit 5affb03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui-components/src/__tests__/OrderDetail.test.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
import { Button } from 'flowbite-svelte';
import DepositOrWithdrawButtons from '../lib/components/detail/DepositOrWithdrawButtons.svelte';
import type { OrderRemoveModalProps } from '../lib/types/modal';
import type { Config } from 'wagmi';
import type { Hex } from 'viem';
export let walletAddressMatchesOrBlank: Readable<(address: string) => boolean> | undefined =
undefined;
export let handleOrderRemoveModal: ((props: OrderRemoveModalProps) => void) | undefined =
Expand Down

0 comments on commit 5affb03

Please sign in to comment.