diff --git a/apps/web/test/unit-tests/linkify-matrix-test.ts b/apps/web/test/unit-tests/linkify-matrix-test.ts index 8e1fd60754..cf831e26b3 100644 --- a/apps/web/test/unit-tests/linkify-matrix-test.ts +++ b/apps/web/test/unit-tests/linkify-matrix-test.ts @@ -5,7 +5,6 @@ Copyright 2021 The Matrix.org Foundation C.I.C. SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE files in the repository root for full details. */ -import type { linkifyjs } from "@element-hq/web-shared-components"; import { roomAliasEventListeners, userIdEventListeners } from "../../src/Linkify"; import dispatcher from "../../src/dispatcher/dispatcher"; import { Action } from "../../src/dispatcher/actions";