import { atom } from 'recoil'; export const selectedBoardItemsState = atom({ key: 'selectedBoardItemsState', default: [], });