Consolidate all same exports together

This commit is contained in:
Fabio Berger
2018-03-03 16:50:17 +01:00
parent cef82e72dc
commit 6c6bd60a48

View File

@@ -34,6 +34,7 @@ export {
BlockParam, BlockParam,
ContractEventArg, ContractEventArg,
LogWithDecodedArgs, LogWithDecodedArgs,
TransactionReceipt,
TransactionReceiptWithDecodedLogs, TransactionReceiptWithDecodedLogs,
} from '@0xproject/types'; } from '@0xproject/types';
@@ -58,5 +59,3 @@ export {
ExchangeContractEventArgs, ExchangeContractEventArgs,
ExchangeEvents, ExchangeEvents,
} from './contract_wrappers/generated/exchange'; } from './contract_wrappers/generated/exchange';
export { TransactionReceipt } from '@0xproject/types';