From a933bbd0729241c73a6cb07e6eec89d93ecebe53 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Tue, 24 Feb 2026 11:49:10 +0000 Subject: [PATCH] fix the one unused import --- apps/web/src/components/views/messages/TextualBody.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/apps/web/src/components/views/messages/TextualBody.tsx b/apps/web/src/components/views/messages/TextualBody.tsx index daa23296d2..f51f3db924 100644 --- a/apps/web/src/components/views/messages/TextualBody.tsx +++ b/apps/web/src/components/views/messages/TextualBody.tsx @@ -6,15 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Com Please see LICENSE files in the repository root for full details. */ -import React, { - type JSX, - createRef, - type SyntheticEvent, - type MouseEvent, - useCallback, - useEffect, - useMemo, -} from "react"; +import React, { type JSX, createRef, type SyntheticEvent, type MouseEvent, useCallback, useEffect } from "react"; import { MsgType } from "matrix-js-sdk/src/matrix"; import { UrlPreviewGroupView,