UNPKG

popoto-neo4j-graph-app

Version:

Graph based search interface graph app for Neo4j Desktop.

22 lines (18 loc) 371 B
import {connect} from 'react-redux'; import App from '../components/App' function mapStateToProps(currentStoreState) { return currentStoreState } function mapDispatchToProps() { return {}; } // function mergeProps() { // return { // }; // } export default connect( mapStateToProps, mapDispatchToProps, // mergeProps, // options )(App);