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

Function App

children-test/src/App3.tsx:19–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19function App() {
20 return <Aaa>
21 {33}
22 <span>hello world</span>
23 {22}
24 {11}
25 </Aaa>
26}
27
28export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected