4 lines
74 B
TypeScript
Raw Normal View History

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