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