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