Skip to content

Commit 8dfa6ad

Browse files
committed
chore: add use client directive
1 parent f71e177 commit 8dfa6ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/sats-wagmi/src/provider.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client';
2+
13
import { Network as BitcoinNetwork } from 'bitcoin-address-validation';
24
import { FC, ReactNode, createContext, useCallback, useContext, useEffect, useState } from 'react';
35
import { useLocalStorage } from '@uidotdev/usehooks';

0 commit comments

Comments
 (0)