Skip to content

Commit aab4efe

Browse files
committed
Use type imports consistently
1 parent eb18cbe commit aab4efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/home/CallList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Please see LICENSE in the repository root for full details.
66
*/
77

88
import { Link } from "react-router-dom";
9+
import { type RoomMember, type Room, type MatrixClient } from "matrix-js-sdk";
910
import { type FC, useCallback, type MouseEvent, useState } from "react";
1011
import { useTranslation } from "react-i18next";
1112
import { IconButton, Text } from "@vector-im/compound-web";
1213
import { CloseIcon } from "@vector-im/compound-design-tokens/assets/web/icons";
1314
import classNames from "classnames";
1415

15-
import type { RoomMember, Room, MatrixClient } from "matrix-js-sdk";
1616
import { Avatar, Size } from "../Avatar";
1717
import styles from "./CallList.module.css";
1818
import { getRelativeRoomUrl } from "../utils/matrix";

0 commit comments

Comments
 (0)