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