lint a bit more

This commit is contained in:
Half-Shot 2025-06-12 16:27:58 +01:00
parent ec13bdc910
commit e60a68ea1a

View File

@ -6,6 +6,7 @@ Please see LICENSE files in the repository root for full details.
*/
import { type MatrixEvent } from "matrix-js-sdk/src/matrix";
import { logger } from "matrix-js-sdk/src/logger";
import type {
CustomComponentsApi as ICustomComponentsApi,
@ -14,7 +15,6 @@ import type {
OriginalComponentProps,
CustomMessageRenderHints,
} from "@element-hq/element-web-module-api";
import { logger } from "matrix-js-sdk/src/logger";
import type React from "react";
type EventRenderer = {