import { atom } from 'nanostores'; export const qrCodeAtom = atom(null); export const expoUrlAtom = atom(null);