diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/redux/app.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/src/redux/app.js b/frontend/src/redux/app.js deleted file mode 100644 index 70074abd..00000000 --- a/frontend/src/redux/app.js +++ /dev/null @@ -1,6 +0,0 @@ -// @flow -export const makeSelectLocationState = () => { - return state => { - return state.get('routing'); - }; -}; |