From 997cc9bb2717cf7254fbf31bf771f1af780d8f48 Mon Sep 17 00:00:00 2001 From: JephDiel Date: Fri, 13 Mar 2026 11:41:58 -0500 Subject: [PATCH] Lint fixes v2 --- src/Avatar.test.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Avatar.test.tsx b/src/Avatar.test.tsx index 672aff3b..25d2c42b 100644 --- a/src/Avatar.test.tsx +++ b/src/Avatar.test.tsx @@ -9,12 +9,6 @@ import { afterEach, expect, test, vi } from "vitest"; import { render, screen } from "@testing-library/react"; import { type MatrixClient } from "matrix-js-sdk"; import { type FC, type PropsWithChildren } from "react"; - -import { ClientContextProvider } from "./ClientContext"; -import { Avatar } from "./Avatar"; -import { mockMatrixRoomMember, mockRtcMembership } from "./utils/test"; -import { widget } from "./widget"; -import { type FC, type PropsWithChildren } from "react"; import { type WidgetApi } from "matrix-widget-api"; import { ClientContextProvider } from "./ClientContext";