UNPKG
@buddy-link/react
Version:
latest (1.0.1)
1.0.1
1.0.0
Buddy SDK - React components and hooks for wallet integration
@buddy-link/react
/
components
/
client
/
state
/
BuddyState.jsx
8 lines
(5 loc)
•
173 B
JSX
View Raw
1
2
3
4
5
6
7
8
export
const
BUDDY_WALLETS
=
"BUDDY_WALLETS"
;
export
const
initialBuddyState = { [
BUDDY_WALLETS
]: {} };
export
default
function
BuddyState
(
{ children }
) {(children)};