1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-02-01 11:06:48 +01:00
2020-09-10 08:22:55 -07:00

9 lines
273 B
JavaScript

/**
* Implement Gatsby's SSR (Server Side Rendering) APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/ssr-apis/
*/
export { default as wrapRootElement } from './src/libs/wrapRootElement'
export { default as wrapPageElement } from './src/libs/wrapPageElement'