UNPKG

@buddy-link/react

Version:

Buddy SDK - React components and hooks for wallet integration

8 lines (5 loc) 173 B
export const BUDDY_WALLETS = "BUDDY_WALLETS"; export const initialBuddyState = { [BUDDY_WALLETS]: {} }; export default function BuddyState({ children }) {(children)};