mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-16 02:04:54 +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')
|
|
}
|