Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Telatynski
6e8b13737b Remove redundant commonmark types import
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2025-06-19 11:38:15 +01:00

View File

@@ -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";