mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-12 14:44:14 +00:00
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
import { atom } from 'jotai'
|
|
|
|
export const userInfoAtom = atom<any>(null)
|