MCPcopy Create free account
hub / github.com/Source-Controller/eCommerce-Fullstack / App

Function App

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

Source from the content-addressed store, hash-verified

5import { StateContext } from '../context/StateContext'
6
7export default function App({ Component, pageProps }) {
8 return (
9 <StateContext>
10 <Layout>
11 <Toaster />
12 <Component {...pageProps} />
13 </Layout>
14 </StateContext>
15 )
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected