diff options
Diffstat (limited to 'frontend/src/redux/app.js')
-rw-r--r-- | frontend/src/redux/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/redux/app.js b/frontend/src/redux/app.js index 614e7d93..70074abd 100644 --- a/frontend/src/redux/app.js +++ b/frontend/src/redux/app.js @@ -1,3 +1,4 @@ +// @flow export const makeSelectLocationState = () => { return state => { return state.get('routing'); |