Skip to content

Commit 0a41be0

Browse files
committed
fix minor README typo
1 parent 75470ea commit 0a41be0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The functionality of the controller layer is implemented using [generator functi
2828

2929
import { controller, getProps } from 'react-redux-controller';
3030
import AppLayout from '../components/app_layout';
31+
import * as actions from '../actions';
3132
import * as mySelectors from '../selectors/my_selectors';
3233

3334
const controllerGenerators = {

0 commit comments

Comments
 (0)