Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a848feb

Browse files
committed
Definitely didn't copy/paste these
1 parent 101679f commit a848feb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/components/views/voice_messages/LiveRecordingWaveform.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import React from "react";
1818
import {IRecordingUpdate, VoiceRecorder} from "../../../voice/VoiceRecorder";
1919
import {replaceableComponent} from "../../../utils/replaceableComponent";
2020
import {arrayFastResample, arraySeed} from "../../../utils/arrays";
21-
import {clamp, percentageOf} from "../../../utils/numbers";
21+
import {percentageOf} from "../../../utils/numbers";
2222
import Waveform from "./Waveform";
2323

2424
interface IProps {

src/components/views/voice_messages/Waveform.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ limitations under the License.
1515
*/
1616

1717
import React from "react";
18-
import {IRecordingUpdate, VoiceRecorder} from "../../../voice/VoiceRecorder";
1918
import {replaceableComponent} from "../../../utils/replaceableComponent";
20-
import {arrayFastResample, arraySeed} from "../../../utils/arrays";
21-
import {percentageOf} from "../../../utils/numbers";
2219

2320
interface IProps {
2421
heights: number[]; // percentages as integers (0-100)

0 commit comments

Comments
 (0)