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.
2 parents 9bff4cd + 785b416 commit 1e538d0Copy full SHA for 1e538d0
1 file changed
src/components/Waveform/Waveform.tsx
@@ -1,4 +1,8 @@
1
-import { clamp, floor, head, isEmpty, isNil } from 'lodash';
+import clamp from 'lodash/clamp';
2
+import floor from 'lodash/floor';
3
+import head from 'lodash/head';
4
+import isEmpty from 'lodash/isEmpty';
5
+import isNil from 'lodash/isNil';
6
import React, {
7
forwardRef,
8
useEffect,
0 commit comments