Advertisement
Guest User

Untitled

a guest
Sep 17th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import { tiles: { initializeBoard, createTile } from '../../../redux/actions'
  2.  
  3. const mapDispatchToProps = (dispatch) => ({
  4.   initializeBoard,
  5.   createTile
  6. })
  7.  
  8. export default connect(mapStateToProps, tiles)(Board)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement