import { atom } from 'recoil'; export const viewableActivityIdState = atom({ key: 'activities/viewable-activity-id', default: null, });