summaryrefslogtreecommitdiff
path: root/frontend/src/redux/app.js
diff options
context:
space:
mode:
authorVictor Chabbert <chabbertvi@eisti.eu>2017-08-07 23:15:28 +0200
committerVictor Chabbert <chabbertvi@eisti.eu>2017-08-07 23:15:28 +0200
commitead9243fa9d0afa748cbb41c3827adfadf1da293 (patch)
treefcf0355dc2155c121aa79e6c98e756b6d6525d73 /frontend/src/redux/app.js
parentUpdate flow type defs (diff)
downloadseven-wonders-ead9243fa9d0afa748cbb41c3827adfadf1da293.tar.gz
seven-wonders-ead9243fa9d0afa748cbb41c3827adfadf1da293.tar.bz2
seven-wonders-ead9243fa9d0afa748cbb41c3827adfadf1da293.zip
Remove unnecessary selector
Diffstat (limited to 'frontend/src/redux/app.js')
-rw-r--r--frontend/src/redux/app.js6
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');
- };
-};
bgstack15