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,