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