import { atomFamily } from 'recoil'; export const isCardInCompactViewState = atomFamily({ key: 'isCardInCompactViewState', default: true, });