Guest User

Untitled

a guest
Aug 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function mapStateToProps(store) {
  2. return {
  3. storyCardVideoObject: store.storyCardVideoReducer
  4. }
  5. }
  6. // see how the store object is being used throughout.
Add Comment
Please, Sign In to add comment