import { atom } from 'recoil'; export const viewableCommentThreadIdState = atom({ key: 'comments/viewable-comment-thread-id', default: null, });