2024-10-23 01:01:38 +09:00

4 lines
74 B
TypeScript

import { atom } from 'jotai'
export const userInfoAtom = atom<any>(null)