1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-29 00:57:50 +02:00
market/gatsby-ssr.js

6 lines
261 B
JavaScript
Raw Normal View History

2020-06-30 13:39:48 +02:00
import wrapPageElementWithStyles from './src/helpers/wrapPageElement'
2020-07-01 18:57:10 +02:00
import wrapRootElementWithProviders from './src/helpers/wrapRootElement'
2020-06-30 13:39:48 +02:00
export const wrapPageElement = wrapPageElementWithStyles
2020-07-01 18:57:10 +02:00
export const wrapRootElement = wrapRootElementWithProviders