MCPcopy Create free account
hub / github.com/ReactMaker/simple_react_startkit / render

Method render

src/containers/index.js:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 render() {
15 return (
16 <div style={{ textAlign: 'center' }}>
17 <h2>Hello, I`m ReactMaker.</h2>
18 <p>To get started, edit containers/index.js</p>
19 </div>
20 );
21 }
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected