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

Commit 98f2dbc

Browse files
committed
linter
Signed-off-by: Timo K <[email protected]>
1 parent 1a7e36f commit 98f2dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/right_panel/RoomSummaryCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { Icon as LockIcon } from "@vector-im/compound-design-tokens/icons/lock-s
3232
import { Icon as LockOffIcon } from "@vector-im/compound-design-tokens/icons/lock-off.svg";
3333
import { Icon as PublicIcon } from "@vector-im/compound-design-tokens/icons/public.svg";
3434
import { Icon as ErrorIcon } from "@vector-im/compound-design-tokens/icons/error.svg";
35-
import { EventType, JoinRule, Room, RoomMemberEvent, RoomStateEvent } from "matrix-js-sdk/src/matrix";
35+
import { EventType, JoinRule, Room, RoomStateEvent } from "matrix-js-sdk/src/matrix";
3636

3737
import MatrixClientContext from "../../../contexts/MatrixClientContext";
3838
import { useIsEncrypted } from "../../../hooks/useIsEncrypted";

0 commit comments

Comments
 (0)