import { atom } from 'jotai'; export const onboardingAtom = atom({ pubkey: null, privkey: null, metadata: null, follows: null });