MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI / MyApp

Function MyApp

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

Source from the content-addressed store, hash-verified

4import VLibras from '@djpfs/react-vlibras';
5
6function MyApp({ Component, pageProps }) {
7 return (
8 <>
9 <Component {...pageProps} />
10 <VLibras />
11 </>
12 );
13}
14
15export default MyApp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected