MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / Header

Function Header

code/composition/public/app.js:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 _inherits(Header, _React$Component);
28
29 function Header() {
30 _classCallCheck(this, Header);
31
32 return _possibleConstructorReturn(this, (Header.__proto__ || Object.getPrototypeOf(Header)).apply(this, arguments));
33 }
34
35 _createClass(Header, [{
36 key: 'render',

Callers

nothing calls this directly

Calls 2

_classCallCheckFunction · 0.70

Tested by

no test coverage detected