Skip to content

Commit

Permalink
chore: add use client on wagmi/react
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Mar 1, 2024
1 parent 91f1254 commit 9dc4104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wagmi/exports/react/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { getWeb3Modal } from '@web3modal/scaffold-react'
import type { Web3ModalOptions, ReactConfig } from '../../src/client.js'
import { Web3Modal } from '../../src/client.js'
Expand Down

0 comments on commit 9dc4104

Please sign in to comment.