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 75470ea commit 0a41be0Copy full SHA for 0a41be0
README.md
@@ -28,6 +28,7 @@ The functionality of the controller layer is implemented using [generator functi
28
29
import { controller, getProps } from 'react-redux-controller';
30
import AppLayout from '../components/app_layout';
31
+import * as actions from '../actions';
32
import * as mySelectors from '../selectors/my_selectors';
33
34
const controllerGenerators = {
0 commit comments