fix(Nav): Remove unused epic
This commit is contained in:
@ -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'));
|
||||
}
|
@ -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([
|
||||
|
Reference in New Issue
Block a user