From 673013555891f3953e1925074423f25a8b85f9ea Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 8 May 2026 13:22:26 +0200 Subject: [PATCH] chore: remove unused ajax declaration --- static/player.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/player.ts b/static/player.ts index b585ff4..2b16a41 100644 --- a/static/player.ts +++ b/static/player.ts @@ -1,9 +1,3 @@ -declare const htmx: { - ajax(verb: string, path: string, target: HTMLElement): Promise -} - -export { } - import DOMPurify from 'dompurify' interface ModeSource {