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

Commit 8abd251

Browse files
committed
delib
1 parent 3f4ee97 commit 8abd251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/views/rooms/VoiceRecordComposerTile.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import LiveRecordingClock from "../voice_messages/LiveRecordingClock";
2727
import {VoiceRecordingStore} from "../../../stores/VoiceRecordingStore";
2828
import {UPDATE_EVENT} from "../../../stores/AsyncStore";
2929
import RecordingPlayback from "../voice_messages/RecordingPlayback";
30-
import {MsgType} from "matrix-js-sdk/lib/@types/event";
30+
import {MsgType} from "matrix-js-sdk/src/@types/event";
3131

3232
interface IProps {
3333
room: Room;

0 commit comments

Comments
 (0)