index.js 63 B

123
  1. const getLoad = state => state.isLoading;
  2. export { getLoad };