MCPcopy Index your code
hub / github.com/Shmoji/web3-react-example / MyApp

Function MyApp

pages/_app.js:10–16  ·  view source on GitHub ↗
({ Component, pageProps })

Source from the content-addressed store, hash-verified

8}
9
10function MyApp({ Component, pageProps }) {
11 return (
12 <Web3ReactProvider getLibrary={getLibrary}>
13 <Component {...pageProps} />
14 </Web3ReactProvider>
15 )
16}
17
18export default MyApp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected