wip: restructure
This commit is contained in:
3
src/stores/onboarding.tsx
Normal file
3
src/stores/onboarding.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
import { atom } from 'jotai';
|
||||
|
||||
export const onboardingAtom = atom({ pubkey: null, privkey: null, metadata: null, follows: null });
|
||||
Reference in New Issue
Block a user