MCPcopy Create free account
hub / github.com/devs-in-tech/DevsInTech / App

Function App

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

Source from the content-addressed store, hash-verified

1import "@/styles/globals.css";
2
3export default function App({ Component, pageProps }) {
4 return (
5 <>
6 <Component {...pageProps} />
7 </>
8 );
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected