fix the one unused import

This commit is contained in:
Half-Shot 2026-02-24 11:49:10 +00:00
parent 5855335a3e
commit a933bbd072

View File

@ -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,