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 = {