import { a1, a3, a5, a2, a4 } from 'a'; import { b1 /* comment 1 */, b3 /* comment 3 */, b5 /* comment 5 */, b2 /* comment 2 */, b4 /* comment 4 */, } from 'b'; import { c1, /* comment 1 */ c3, /* comment 3 */ c5, /* comment 5 */ c2, /* comment 2 */ c4, /* comment 4 */ } from 'c'; import { d1 /* comment 1 */, d3 /* comment 3 */, d5 /* comment 5 */, d2 /* comment 2 */, d4 /* comment 4 */ } from 'd'; import { e1, e3, e5, e2, e4, } from 'e'; import { f1, f3, f5, f2, f4 } from 'f'; import { g1, // comment 1 g3, // comment 3 g5, // comment 5 g2, // comment 2 g4, // comment 4 } from 'g'; import { h1, // comment 1 h3, // comment 3 h5, // comment 5 h2, // comment 2 h4 // comment 4 } from 'h'; import { i5, i4, i6, // comment 6 i2, i1, i3, // comment 3 } from 'i'; import { j1, /* comment 1 */ j3 /* comment 3 */, j2, // comment 2 } from 'j'; import { k1, /* comment 1 */ k3, // comment 3 k2, /* comment 2 */ } from 'k'; import { m1 as m3, m2 } from 'm'