PATH:
usr
/
local
/
lib
/
node_modules
/
npm
/
docs
import React from 'react' import Layout from './src/components/layout' export const wrapPageElement = ({ element, props }) => { return <Layout {...props} >{element}</Layout> }
[-] gatsby-config.js
[edit]
[-] gatsby-ssr.js
[edit]
[-] gatsby-node.js
[edit]
[+]
..
[-] gatsby-browser.js
[edit]
[-] package-lock.json
[edit]
[+]
public
[-] package.json
[edit]
[+]
content
[-] LICENSE
[edit]
[+]
src