AlkantarClanX12

Your IP : 18.116.15.22


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

import React from 'react'
import Layout from './src/components/layout'
require('prismjs/themes/prism-tomorrow.css')
require('./src/main.css')

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