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,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