2024-10-23 00:29:37 +09:00

4 lines
89 B
TypeScript

import { atom } from 'jotai'
export const walletAddressAtom = atom<string | null>(null)