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

Commit 0598c27

Browse files
committed
Remove unnecessary export
Signed-off-by: Robin Townsend <[email protected]>
1 parent 935fa91 commit 0598c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/views/voip/VoiceChannelRadio-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import DMRoomMap from "../../../../src/utils/DMRoomMap";
2727

2828
const VoiceChannelRadio = wrapInMatrixClientContext(_VoiceChannelRadio);
2929

30-
export default class StubVoiceChannelStore extends EventEmitter {
30+
class StubVoiceChannelStore extends EventEmitter {
3131
private _roomId: string;
3232
public get roomId(): string { return this._roomId; }
3333
private _audioMuted: boolean;

0 commit comments

Comments
 (0)