Skip to content

Commit

Permalink
fix erc import
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch-txs committed Nov 8, 2023
1 parent 4340a03 commit 9d9bb03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrations/erc20/components/erc20-write-mint.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { WalletConnect } from "@/integrations/wallets/components/wallet-connect"
import { useForm } from "react-hook-form"
import { useDebounce } from "usehooks-ts"
import { BaseError, parseEther } from "viem"
Expand Down Expand Up @@ -98,7 +99,7 @@ export function ERC20WriteMint({ address }: ERC20WriteMintProps) {
</IsWalletConnected>
<IsWalletDisconnected>
<div className="flex items-center justify-center gap-10">
<w3m-button />
<WalletConnect />
</div>
</IsWalletDisconnected>
</>
Expand Down

0 comments on commit 9d9bb03

Please sign in to comment.