import { atom } from 'recoil'; export const currentViewIdState = atom({ key: 'currentViewIdState', default: undefined, });