({ Component, pageProps })
| 1 | import 'tailwindcss/tailwind.css' |
| 2 | |
| 3 | function MyApp({ Component, pageProps }) { |
| 4 | return <Component {...pageProps} /> |
| 5 | } |
| 6 | |
| 7 | export default MyApp |
nothing calls this directly
no outgoing calls
no test coverage detected