1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-22 06:39:12 +01:00
App-Open-Source-per-iPhone-.../gatsby/gatsby-browser.js
2020-09-10 08:22:55 -07:00

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'