Skip to content

Commit ce4b128

Browse files
committed
fix(throttle): import lodash/throttle directly
1 parent ae8013a commit ce4b128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22
import ReactDOM from 'react-dom'
3-
import {throttle} from 'lodash'
3+
import throttle from 'lodash/throttle'
44
import s from './styles.scss'
55
import {getOffset, getMaxOffset} from './offset'
66

0 commit comments

Comments
 (0)