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