From 6e8b13737bb06f2caf68670e632134d35ad36398 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 19 Jun 2025 11:38:15 +0100 Subject: [PATCH] Remove redundant commonmark types import Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/Markdown.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Markdown.ts b/src/Markdown.ts index 6f0e3e0c5e..af09b911b4 100644 --- a/src/Markdown.ts +++ b/src/Markdown.ts @@ -7,7 +7,6 @@ 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 "./@types/commonmark"; // import better types than @types/commonmark import * as commonmark from "commonmark"; import { escape } from "lodash"; import { logger } from "matrix-js-sdk/src/logger";