Hello world 2

PHOTO EMBED

Tue May 18 2021 14:35:12 GMT+0000 (Coordinated Universal Time)

Saved by @nghluanzz #javascript

import '../styles/globals.css'

function MyApp({ Component, pageProps }) {
  console.log(`pageProps : ` , pageProps);
  return <Component {...pageProps} />
}

export default MyApp
content_copyCOPY