MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / App

Function App

mini-react/src/index.jsx:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23function App() {
24 return <Counter interval={1000} initialNum={10}></Counter>
25}
26
27render(<App/>, document.getElementById('root'));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected