MCPcopy Create free account
hub / github.com/SuboptimalEng/coding-tutorials / MyApp

Function MyApp

react-infinite-scroller/pages/_app.js:3–5  ·  view source on GitHub ↗
({ Component, pageProps })

Source from the content-addressed store, hash-verified

1import 'tailwindcss/tailwind.css'
2
3function MyApp({ Component, pageProps }) {
4 return <Component {...pageProps} />
5}
6
7export default MyApp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected