Skip to content

Commit

Permalink
Update hydrate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn authored Jan 21, 2024
1 parent 829c2c7 commit 418703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/hydrate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client'

import { type ResolvedRegister, type State, hydrate } from '@wagmi/core'
import { type ReactElement, useEffect, useRef } from 'react'
import { type ReactElement, useEffect } from 'react'

export type HydrateProps = {
config: ResolvedRegister['config']
Expand Down

0 comments on commit 418703a

Please sign in to comment.