Skip to content

Commit c91561f

Browse files
committed
add missing imports to bootleg README example
1 parent 7552b73 commit c91561f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The functionality of the controller layer is implemented using [generator functi
2626
```
2727
// controllers/app_controller.js
2828
29+
import { controller, getProps } from 'react-redux-controller';
2930
import AppLayout from '../components/app_layout';
3031
import * as mySelectors from '../selectors/my_selectors';
3132
@@ -51,4 +52,4 @@ export default controller(AppLayout, controllerMethodFactories, selectorBundles)
5152
5253
```
5354

54-
Better examples to come.
55+
Better examples to come.

0 commit comments

Comments
 (0)