diff --git a/dist/bundle.es.js b/dist/bundle.es.js index ed167eb..39b13cd 100644 --- a/dist/bundle.es.js +++ b/dist/bundle.es.js @@ -6345,6 +6345,7 @@ exports.selectFileListPublishedSort = selectFileListPublishedSort; exports.selectFilteredTransactionCount = selectFilteredTransactionCount; exports.selectFilteredTransactions = selectFilteredTransactions; exports.selectFollowedTags = selectFollowedTags; +exports.selectFollowedTagsList = selectFollowedTagsList; exports.selectGettingNewAddress = selectGettingNewAddress; exports.selectHasTransactions = selectHasTransactions; exports.selectIsFetchingClaimListMine = selectIsFetchingClaimListMine; diff --git a/src/index.js b/src/index.js index 7dd8200..0d84118 100644 --- a/src/index.js +++ b/src/index.js @@ -333,6 +333,7 @@ export { export { selectFollowedTags, + selectFollowedTagsList, selectUnfollowedTags, makeSelectIsFollowingTag, } from 'redux/selectors/tags';