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
Clean up imports from refactoring
This commit is contained in:
@@ -16,12 +16,10 @@ limitations under the License.
|
|||||||
|
|
||||||
import React, {ReactNode} from "react";
|
import React, {ReactNode} from "react";
|
||||||
import {replaceableComponent} from "../../../utils/replaceableComponent";
|
import {replaceableComponent} from "../../../utils/replaceableComponent";
|
||||||
import {VoiceRecording} from "../../../voice/VoiceRecording";
|
|
||||||
import AccessibleTooltipButton from "../elements/AccessibleTooltipButton";
|
import AccessibleTooltipButton from "../elements/AccessibleTooltipButton";
|
||||||
import {_t} from "../../../languageHandler";
|
import {_t} from "../../../languageHandler";
|
||||||
import {Playback, PlaybackState} from "../../../voice/Playback";
|
import {Playback, PlaybackState} from "../../../voice/Playback";
|
||||||
import classNames from "classnames";
|
import classNames from "classnames";
|
||||||
import {UPDATE_EVENT} from "../../../stores/AsyncStore";
|
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
// Playback instance to manipulate. Cannot change during the component lifecycle.
|
// Playback instance to manipulate. Cannot change during the component lifecycle.
|
||||||
|
|||||||
Reference in New Issue
Block a user