mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-02-08 07:58:39 +01:00
9 lines
257 B
JavaScript
9 lines
257 B
JavaScript
|
/**
|
||
|
* Implement Gatsby's Browser APIs in this file.
|
||
|
*
|
||
|
* See: https://www.gatsbyjs.org/docs/browser-apis/
|
||
|
*/
|
||
|
|
||
|
export { default as wrapRootElement } from './src/libs/wrapRootElement'
|
||
|
export { default as wrapPageElement } from './src/libs/wrapPageElement'
|