MCPcopy Create free account
hub / github.com/Pau1fitz/react-interview / Example

Class Example

index.js:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import ReactDOM from 'react-dom'
3
4class Example extends Component {
5 render (
6 <section>
7 <p>Hello World!</p>
8 </section>
9 )
10}
11
12const Example = () => (
13 <section>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected