We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009b370 commit 35614a5Copy full SHA for 35614a5
src/app/containers/sample.containers.js
@@ -1,6 +1,6 @@
1
import { connect } from 'react-redux';
2
import { sampleAction } from '../store/actions/sample.actions';
3
-
+// import your actual component here
4
const SampleComponent = () => {};
5
6
const mapStateToProps = (state, ownProps) => {
0 commit comments