From d1339d36792d06c3144b9f387e66499c47f6bfba Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 10 Jul 2024 09:08:29 +0200 Subject: [PATCH] fix file ref --- ui/@types/lichess/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/@types/lichess/index.d.ts b/ui/@types/lichess/index.d.ts index 100cc892330f..2551235b672b 100644 --- a/ui/@types/lichess/index.d.ts +++ b/ui/@types/lichess/index.d.ts @@ -30,7 +30,7 @@ interface Site { clockWidget(el: HTMLElement, opts: { time: number; pause?: boolean }): void; spinnerHtml: string; asset: { - // file://./../../site/src/assets.ts + // file://./../../site/src/asset.ts baseUrl(): string; url(url: string, opts?: AssetUrlOpts): string; flairSrc(flair: Flair): string;