more types

This commit is contained in:
Timo K
2022-07-28 00:17:09 +02:00
parent f26ab2f941
commit 3727bfb67f
5 changed files with 38 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
import React from "react";
import { Link } from "react-router-dom";
import { MatrixClient, Room, RoomMember } from "matrix-js-sdk";
import { MatrixClient, RoomMember } from "matrix-js-sdk";
import { CopyButton } from "../button";
import { Facepile } from "../Facepile";