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