Skip to content

Commit d8ec92c

Browse files
import the new lodash
1 parent 995d797 commit d8ec92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TapePlayer/MixtapeEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { Link, navigate } from 'gatsby'
3333
import { useApp } from '../../context/App'
3434
import { useWindow } from '../../context/Window'
3535
import { extractVideoId } from './utils'
36-
import debounce from 'lodash.debounce'
36+
import { debounce } from 'lodash'
3737

3838
interface SortableTrackProps {
3939
track: Track

0 commit comments

Comments
 (0)