mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
fix import/export ordering issues
This commit is contained in:
parent
344c6e1c52
commit
d4e9f38a65
2 changed files with 2 additions and 5 deletions
|
@ -1,3 +1,2 @@
|
||||||
|
export * as testHelpers from './contextTestHelpers';
|
||||||
export * from './withContext';
|
export * from './withContext';
|
||||||
export { testHelpers };
|
|
||||||
import * as testHelpers from './contextTestHelpers';
|
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
export * from './Avatar';
|
export * from './Avatar';
|
||||||
export { utils };
|
export * as utils from './avatarUtils';
|
||||||
|
|
||||||
import * as utils from './avatarUtils';
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue