({ Component, pageProps })
| 8 | } |
| 9 | |
| 10 | function MyApp({ Component, pageProps }) { |
| 11 | return ( |
| 12 | <Web3ReactProvider getLibrary={getLibrary}> |
| 13 | <Component {...pageProps} /> |
| 14 | </Web3ReactProvider> |
| 15 | ) |
| 16 | } |
| 17 | |
| 18 | export default MyApp |
nothing calls this directly
no outgoing calls
no test coverage detected