From b53a58905d8246fc6dfd12dfbcbf03afd113ea11 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 13 Jun 2026 21:23:09 +0200 Subject: [PATCH] refactor: remove discover and schedule script imports --- static/app.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/app.ts b/static/app.ts index e712236..9158af5 100644 --- a/static/app.ts +++ b/static/app.ts @@ -2,7 +2,6 @@ import "./theme"; import "./toast"; import "./htmx"; import "./dropdown"; -import "./discover"; import "./anime"; import "./timezone"; import "./search"; @@ -12,4 +11,3 @@ import "./watchlist"; import "./top_pick_carousel"; import "./continue_watching_carousel"; import "./login"; -import "./schedule";