You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Definitely didn't copy/paste these
This commit is contained in:
@@ -18,7 +18,7 @@ import React from "react";
|
|||||||
import {IRecordingUpdate, VoiceRecorder} from "../../../voice/VoiceRecorder";
|
import {IRecordingUpdate, VoiceRecorder} from "../../../voice/VoiceRecorder";
|
||||||
import {replaceableComponent} from "../../../utils/replaceableComponent";
|
import {replaceableComponent} from "../../../utils/replaceableComponent";
|
||||||
import {arrayFastResample, arraySeed} from "../../../utils/arrays";
|
import {arrayFastResample, arraySeed} from "../../../utils/arrays";
|
||||||
import {clamp, percentageOf} from "../../../utils/numbers";
|
import {percentageOf} from "../../../utils/numbers";
|
||||||
import Waveform from "./Waveform";
|
import Waveform from "./Waveform";
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
|
|||||||
@@ -15,10 +15,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import {IRecordingUpdate, VoiceRecorder} from "../../../voice/VoiceRecorder";
|
|
||||||
import {replaceableComponent} from "../../../utils/replaceableComponent";
|
import {replaceableComponent} from "../../../utils/replaceableComponent";
|
||||||
import {arrayFastResample, arraySeed} from "../../../utils/arrays";
|
|
||||||
import {percentageOf} from "../../../utils/numbers";
|
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
heights: number[]; // percentages as integers (0-100)
|
heights: number[]; // percentages as integers (0-100)
|
||||||
|
|||||||
Reference in New Issue
Block a user