mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
Move polyfill
This commit is contained in:
parent
5fdce55a1b
commit
761431f5cb
|
@ -2,6 +2,7 @@ import { navigate } from 'gatsby'
|
|||
|
||||
import './src/styles/layout.sass'
|
||||
import Juniper from './src/components/juniper'
|
||||
import 'intersection-observer'
|
||||
|
||||
// Workaround to rewrite anchor links
|
||||
const clientSideRewrites = {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import React, { useEffect } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import classNames from 'classnames'
|
||||
import 'intersection-observer'
|
||||
import { useInView } from 'react-intersection-observer'
|
||||
import { window } from 'browser-monads'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user