/**
 * 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'