function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = babelHelpers.getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = babelHelpers.getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return babelHelpers.possibleConstructorReturn(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var _ref =
; let App = /*#__PURE__*/function (_React$Component) { "use strict"; babelHelpers.inherits(App, _React$Component); var _super = _createSuper(App); function App() { babelHelpers.classCallCheck(this, App); return _super.apply(this, arguments); } babelHelpers.createClass(App, [{ key: "render", value: function render() { const navbarHeader = _ref; return