Skip to content

Commit

Permalink
Removed map layout reducers/epics
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed Mar 28, 2018
1 parent 1b38371 commit 41bf33d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions web/client/product/embedded.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ const startApp = () => {
loadAfterTheme: loadAfterThemeSelector(state)
}))(require('../components/app/StandardRouter'));

const {updateMapLayoutEpic} = require('../epics/maplayout');

const appStore = require('../stores/StandardStore').bind(null, initialState, {
mode: (state = 'embedded') => state,
version: require('../reducers/version'),
maplayout: require('../reducers/maplayout')
}, {updateMapLayoutEpic});
version: require('../reducers/version')
}, {});

const appConfig = {
mode: 'embedded',
Expand Down

0 comments on commit 41bf33d

Please sign in to comment.