_utils.js does Things™️ that are hard to follow in order to merge multiple EUI imports into one import statement. That doesn't always work, and should be rewritten so the code is followable and works with all our example cases.
Example
First line is a merge (and hoisting?) of the imports for EuiFormRow and htmlIdGenerator, but the multi-line import is untouched.

_utils.js does Things™️ that are hard to follow in order to merge multiple EUI imports into one import statement. That doesn't always work, and should be rewritten so the code is followable and works with all our example cases.
Example
First line is a merge (and hoisting?) of the imports for EuiFormRow and htmlIdGenerator, but the multi-line import is untouched.