UNPKG

npm

Version:

a package manager for JavaScript

7 lines (5 loc) 179 B
import React from 'react' import Layout from './src/components/layout' export const wrapPageElement = ({ element, props }) => { return <Layout {...props} >{element}</Layout> }