UNPKG

zy-test-rr1

Version:

29 lines (23 loc) 870 B
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; import _createClass from "@babel/runtime/helpers/createClass"; import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn"; import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; import _inherits from "@babel/runtime/helpers/inherits"; import React, { Component } from 'react'; var _default = /*#__PURE__*/ function (_Component) { _inherits(_default, _Component); function _default() { _classCallCheck(this, _default); return _possibleConstructorReturn(this, _getPrototypeOf(_default).apply(this, arguments)); } _createClass(_default, [{ key: "render", value: function render() { return React.createElement("h1", null, "hello worl sfsdfdsfd"); } }]); return _default; }(Component); export { _default as default };