From 5eb7cade8f47e4dd442654dc168c2daf50467dac Mon Sep 17 00:00:00 2001 From: Timo Date: Sat, 8 Mar 2025 08:55:01 +0100 Subject: [PATCH] fix es lint --- src/@types/global.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index bf1b9cd4..fb259637 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -7,6 +7,7 @@ Please see LICENSE in the repository root for full details. import "matrix-js-sdk/src/@types/global"; import { type setLogLevel as setLKLogLevel } from "livekit-client"; + import type { DurationFormat as PolyfillDurationFormat } from "@formatjs/intl-durationformat"; import { type Controls } from "../controls";