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