Stop using directory level exports

This commit is contained in:
fabioberger
2019-11-11 19:50:13 +00:00
parent 86b76a3e75
commit e07f7b54e0
6 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
export * from './wrappers';
export * from './artifacts';
export { constants } from '../test/utils/constants';
export * from '../test/utils/types';
export { StakeInfo, StakeStatus } from '../test/utils/types';