Stop using directory level exports
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
export * from './artifacts';
|
||||
export * from './wrappers';
|
||||
export * from '../test/utils';
|
||||
|
||||
export { ERC20Wrapper } from '../test/utils/erc20_wrapper';
|
||||
export { ERC721Wrapper } from '../test/utils/erc721_wrapper';
|
||||
export { ERC1155ProxyWrapper } from '../test/utils/erc1155_proxy_wrapper';
|
||||
|
Reference in New Issue
Block a user