Skip to content

Instantly share code, notes, and snippets.

@DimaDaxDadeco
Created September 23, 2018 14:46
Show Gist options
  • Save DimaDaxDadeco/d9f1571baf89fbaea6c016ca207ba3be to your computer and use it in GitHub Desktop.
Save DimaDaxDadeco/d9f1571baf89fbaea6c016ca207ba3be to your computer and use it in GitHub Desktop.
import { App } from '../components/App';
const mapStateToProps = () => {};
const mapDispatchToProps = {};
const AppContainer = connect(mapStateToProps, mapDispatchToProps)(App);
export AppContainer;
const App = () => <div />;
export App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment