import { IState } from '../../../typescript/redux/interfaces' const getIsOpen = (state:IState) => state.controlApp; export { getIsOpen };