fix import/export ordering issues

This commit is contained in:
41666 2020-12-06 02:16:22 -05:00
parent 344c6e1c52
commit d4e9f38a65
2 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,2 @@
export * from './Avatar';
export { utils };
import * as utils from './avatarUtils';
export * as utils from './avatarUtils';