fix(Nav): Remove unused epic

This commit is contained in:
Berkeley Martinez
2018-01-12 17:23:09 -08:00
parent 4a6123ce70
commit c79afa99b5
2 changed files with 1 additions and 13 deletions

View File

@ -1,10 +0,0 @@
import { ofType } from 'redux-epic';
import { types } from './';
import { hidePane } from '../../Panes/redux';
export default function binEpic(actions) {
return actions::ofType(types.clickOnMap)
.map(() => hidePane('Map'));
}

View File

@ -7,13 +7,11 @@ import {
} from 'berkeleys-redux-utils';
import loadCurrentChallengeEpic from './load-current-challenge-epic.js';
import binEpic from './bin-epic.js';
import ns from '../ns.json';
import { createEventMetaCreator } from '../../redux';
export const epics = [
loadCurrentChallengeEpic,
binEpic
loadCurrentChallengeEpic
];
export const types = createTypes([