Skip to content

Commit 35614a5

Browse files
author
Kingdom Orjiewuru
committed
Update sample.containers.js
1 parent 009b370 commit 35614a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/sample.containers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { connect } from 'react-redux';
22
import { sampleAction } from '../store/actions/sample.actions';
3-
3+
// import your actual component here
44
const SampleComponent = () => {};
55

66
const mapStateToProps = (state, ownProps) => {

0 commit comments

Comments
 (0)