File size: 101 Bytes
1e92f2d |
1 2 3 4 |
// This file should not import helpers using ESM syntax
const E = class Foo {}
exports.Component = E
|
1e92f2d |
1 2 3 4 |
// This file should not import helpers using ESM syntax
const E = class Foo {}
exports.Component = E
|