mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Clean up imports from refactoring
This commit is contained in:
parent
8213c48b7f
commit
8fca32d651
1 changed files with 0 additions and 2 deletions
|
@ -16,12 +16,10 @@ limitations under the License.
|
|||
|
||||
import React, {ReactNode} from "react";
|
||||
import {replaceableComponent} from "../../../utils/replaceableComponent";
|
||||
import {VoiceRecording} from "../../../voice/VoiceRecording";
|
||||
import AccessibleTooltipButton from "../elements/AccessibleTooltipButton";
|
||||
import {_t} from "../../../languageHandler";
|
||||
import {Playback, PlaybackState} from "../../../voice/Playback";
|
||||
import classNames from "classnames";
|
||||
import {UPDATE_EVENT} from "../../../stores/AsyncStore";
|
||||
|
||||
interface IProps {
|
||||
// Playback instance to manipulate. Cannot change during the component lifecycle.
|
||||
|
|
Loading…
Reference in a new issue