mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
8 lines
270 B
TypeScript
8 lines
270 B
TypeScript
|
import { GatsbyBrowser } from 'gatsby'
|
||
|
import './src/global/global.css'
|
||
|
import './src/global/imports.css'
|
||
|
|
||
|
import wrapPageElementWithLayout from './src/helpers/wrapPageElement'
|
||
|
export const wrapPageElement: GatsbyBrowser['wrapPageElement'] =
|
||
|
wrapPageElementWithLayout
|