We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8013a commit ce4b128Copy full SHA for ce4b128
src/index.js
@@ -1,6 +1,6 @@
1
import React from 'react'
2
import ReactDOM from 'react-dom'
3
-import {throttle} from 'lodash'
+import throttle from 'lodash/throttle'
4
import s from './styles.scss'
5
import {getOffset, getMaxOffset} from './offset'
6
0 commit comments