MCPcopy 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
14function App() {
15
16 return (
17 <ConfigProvider>
18 <div>
19 <Aaa></Aaa>
20 </div>
21 </ConfigProvider>
22 );
23}
24
25export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected