Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Sep 18, 2023
1 parent 7b27650 commit 5ef905b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts">
import { onDestroy } from 'svelte';
import { t } from 'svelte-i18n';
import type { Address } from 'viem';
Expand All @@ -11,7 +12,6 @@
import AddressInput from './AddressInput.svelte';
import { recipientAddress } from './state';
import { onDestroy } from 'svelte';
// Public API
export const clearRecipient = () => {
Expand Down

0 comments on commit 5ef905b

Please sign in to comment.