actionImgClear.js 86 B

123
  1. const actionImgClear = () => ({ type: 'IMG_CLEAR' });
  2. export default actionImgClear;