// This file should not import helpers using ESM syntax "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _class_call_check = require("@swc/helpers/_/_class_call_check"); var E = function Foo() { "use strict"; _class_call_check._(this, Foo); }; exports.Component = E;