From c460d56e504c0b1fb1899dc0a980adc54ca6f3ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 14 Sep 2021 06:37:08 +0200 Subject: [PATCH] Remove unused import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/components/structures/UserView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/structures/UserView.tsx b/src/components/structures/UserView.tsx index b717caf753..0b686995fd 100644 --- a/src/components/structures/UserView.tsx +++ b/src/components/structures/UserView.tsx @@ -28,7 +28,6 @@ import MainSplit from "./MainSplit"; import RightPanel from "./RightPanel"; import Spinner from "../views/elements/Spinner"; import ResizeNotifier from "../../utils/ResizeNotifier"; -import { RoomState } from "matrix-js-sdk/src/models/room-state"; interface IProps { userId?: string;