actionImgClear.js 82 B

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