actionImgFind.js 119 B

123
  1. export const actionImgFind = () => async (dispatch) => {
  2. return await dispatch(actionPromise("img", imgFind()));
  3. };