Your IP : 3.144.117.19


Current Path : /proc/self/root/proc/self/root/opt/alt/alt-nodejs12/root/lib/node_modules/npm/docs/
Upload File :
Current File : //proc/self/root/proc/self/root/opt/alt/alt-nodejs12/root/lib/node_modules/npm/docs/gatsby-ssr.js

import React from 'react'
import Layout from './src/components/layout'

export const wrapPageElement = ({ element, props }) => {
  return <Layout {...props} >{element}</Layout>
}

?>