Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Jun 10, 2024
1 parent 5ad5667 commit 37ac1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swap/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Address, PrivateKeyAccount } from 'viem';
import type { Address } from 'viem';
import type { Token } from '../token/types';

export type AddressOrETH = Address | 'ETH';
Expand Down

0 comments on commit 37ac1e2

Please sign in to comment.