[javascript] _app.js

Viewer

  1. import '../styles/globals.css'
  2. import Layout from '../components/layouts/main'
  3.  
  4. function App({ Component, pageProps }) {
  5.   return (
  6.     <Layout>
  7.       <Component {...pageProps} />
  8.     </Layout>
  9.   )
  10. }
  11.  
  12. export default App
  13.  

Editor

You can edit this paste and save as new:


File Description
  • _app.js
  • Paste Code
  • 13 Dec-2021
  • 232 Bytes
You can Share it: