MCPcopy Create free account
hub / github.com/coolvasanth/reactjs_interview_preparation / App

Function App

src/Capgemini/Question3.js:38–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38function App() {
39 return (
40 <ErrorBoundary>
41 <ChildComponent />
42 </ErrorBoundary>
43 );
44}
45
46export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected