({ Component, pageProps })
| 4 | import VLibras from '@djpfs/react-vlibras'; |
| 5 | |
| 6 | function MyApp({ Component, pageProps }) { |
| 7 | return ( |
| 8 | <> |
| 9 | <Component {...pageProps} /> |
| 10 | <VLibras /> |
| 11 | </> |
| 12 | ); |
| 13 | } |
| 14 | |
| 15 | export default MyApp; |
nothing calls this directly
no outgoing calls
no test coverage detected