Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ App
Function
App
children-test/src/App5.tsx:21–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
function App() {
22
return <RowList>
23
<div>111</div>
24
<div>222</div>
25
<div>333</div>
26
</RowList>
27
}
28
29
export default App;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected