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