import { atom } from 'jotai' export const isSignedInAtom = atom(null)