Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Created August 15, 2016 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmilfont/5522f59f8684e6fd8dcd9cbbc1565133 to your computer and use it in GitHub Desktop.
Save cmilfont/5522f59f8684e6fd8dcd9cbbc1565133 to your computer and use it in GitHub Desktop.
import React from 'react';
import { connect } from 'react-redux';
class Form extends React.Component {}
const mapToProps = state => ({ openNewFeedback: state.openNewFeedback });
export default connect(mapToProps, Form);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment