Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ App
Function
App
message-component/src/App.tsx:14–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
function App() {
15
16
return (
17
<ConfigProvider>
18
<div>
19
<Aaa></Aaa>
20
</div>
21
</ConfigProvider>
22
);
23
}
24
25
export default App;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected