File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ Please see LICENSE in the repository root for full details.
66*/
77
88import { Link } from "react-router-dom" ;
9+ import { type RoomMember , type Room , type MatrixClient } from "matrix-js-sdk" ;
910import { type FC , useCallback , type MouseEvent , useState } from "react" ;
1011import { useTranslation } from "react-i18next" ;
1112import { IconButton , Text } from "@vector-im/compound-web" ;
1213import { CloseIcon } from "@vector-im/compound-design-tokens/assets/web/icons" ;
1314import classNames from "classnames" ;
1415
15- import type { RoomMember , Room , MatrixClient } from "matrix-js-sdk" ;
1616import { Avatar , Size } from "../Avatar" ;
1717import styles from "./CallList.module.css" ;
1818import { getRelativeRoomUrl } from "../utils/matrix" ;
You can’t perform that action at this time.
0 commit comments