AlkantarClanX12
Current Path : /proc/thread-self/root/opt/alt/alt-nodejs12/root/lib/node_modules/npm/docs/ |
Current File : //proc/thread-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> }