Skip to content

Commit

Permalink
Fixing duplicate useStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 14, 2024
1 parent 0de3268 commit 04ed079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/next/src/app/components/Connected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const Connected = () => {
// const { setOpenConnectModal } = useOpenConnectModal()
// const { triggerCheckout } = useCheckoutModal()
const { data: walletClient } = useWalletClient()
const storage = useStorage()
const { switchChain } = useSwitchChain()
const storage = useStorage()

Expand Down

0 comments on commit 04ed079

Please sign in to comment.