"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var ts_react_app_infrastructure_1 = require("ts-react-app-infrastructure");
var AWebComponent = (function (_super) {
    tslib_1.__extends(AWebComponent, _super);
    function AWebComponent() {
        return _super !== null && _super.apply(this, arguments) || this;
    }
    return AWebComponent;
}(ts_react_app_infrastructure_1.AComponent));
exports.AWebComponent = AWebComponent;
