4 lines
89 B
TypeScript
Raw Normal View History

2024-10-23 00:29:37 +09:00
import { atom } from 'jotai'
export const walletAddressAtom = atom<string | null>(null)