mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
8 lines
285 B
JavaScript
8 lines
285 B
JavaScript
|
import wrapPageElementWithStyles from './src/helpers/wrapPageElement'
|
||
|
export const wrapPageElement = wrapPageElementWithStyles
|
||
|
|
||
|
// IntersectionObserver polyfill for gatsby-image (Safari, IE)
|
||
|
if (typeof window.IntersectionObserver === 'undefined') {
|
||
|
import('intersection-observer')
|
||
|
}
|