refactor select collection index / next

This commit is contained in:
zeppi 2021-06-07 16:21:31 -04:00 committed by jessopb
commit 503e18be1b
3 changed files with 37 additions and 10 deletions

View file

@ -179,7 +179,8 @@ export {
makeSelectNameForCollectionId,
makeSelectCountForCollectionId,
makeSelectIsResolvingCollectionForId,
makeSelectNextUrlForCollection,
makeSelectIndexForUrlInCollection,
makeSelectNextUrlForCollectionAndUrl,
makeSelectCollectionForIdHasClaimUrl,
} from 'redux/selectors/collections';