export added selectors

This commit is contained in:
zxawry 2019-08-11 17:30:29 +01:00
parent 79e41150b9
commit f0edb11ac1
No known key found for this signature in database
GPG key ID: 70F5D1B4F51F051A

View file

@ -173,6 +173,7 @@ export {
makeSelectPendingByUri,
makeSelectClaimsInChannelForCurrentPageState,
makeSelectShortUrlForUri,
makeSelectSupportsForUri,
selectPendingById,
selectClaimsById,
selectClaimsByUri,
@ -245,6 +246,7 @@ export {
selectTotalBalance,
selectTransactionsById,
selectSupportsByOutpoint,
selectTotalSupports,
selectTransactionItems,
selectRecentTransactions,
selectHasTransactions,