4 lines
70 B
TypeScript
Raw Normal View History

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