This commit is contained in:
Lachlan Kermode
2019-02-19 14:52:28 +00:00
parent eeed18e6b8
commit 552685f196
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
/* global d3 */
import initial from '../store/initial.js'
import { parseDate, toggleFlagAC } from '../js/utilities'
@@ -12,7 +11,6 @@ import {
INCREMENT_NARRATIVE_CURRENT,
DECREMENT_NARRATIVE_CURRENT,
UPDATE_SOURCE,
RESET_ALLFILTERS,
TOGGLE_LANGUAGE,
TOGGLE_SITES,
TOGGLE_FETCHING_DOMAIN,

View File

@@ -1,6 +1,6 @@
import { createSelector } from 'reselect'
import { compareTimestamp, insetSourceFrom } from '../js/utilities'
import { isTaggedIn, isNoTags, isTaggedInWithCategory, isNoCategories, isTimeRangedIn } from './helpers'
import { isTimeRangedIn } from './helpers'
// Input selectors
export const getEvents = state => state.domain.events