From e60a68ea1a2427202f831fab0223ed4d1d63536e Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Thu, 12 Jun 2025 16:27:58 +0100 Subject: [PATCH] lint a bit more --- src/modules/customComponentApi.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/customComponentApi.tsx b/src/modules/customComponentApi.tsx index 8e6eda2263..2487231c29 100644 --- a/src/modules/customComponentApi.tsx +++ b/src/modules/customComponentApi.tsx @@ -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 = {