Skip to content

Commit

Permalink
fix file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jul 10, 2024
1 parent 683b156 commit d1339d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/@types/lichess/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d1339d3

Please sign in to comment.