4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
import { atom } from 'jotai';
|
|
|
|
export const onboardingAtom = atom({ pubkey: null, privkey: null, metadata: null, follows: null });
|