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,
ContractEventArg,
LogWithDecodedArgs,
TransactionReceipt,
TransactionReceiptWithDecodedLogs,
} from '@0xproject/types';
@ -58,5 +59,3 @@ export {
ExchangeContractEventArgs,
ExchangeEvents,
} from './contract_wrappers/generated/exchange';
export { TransactionReceipt } from '@0xproject/types';