import { ACCORDION_REDUCER_KEY } from './constants' export const getAccordionById = (state: any, id: string) => state[ACCORDION_REDUCER_KEY][id]