feat: add app entry point, password toggle, and schedule modules
This commit is contained in:
15
static/app.ts
Normal file
15
static/app.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import "./theme";
|
||||
import "./toast";
|
||||
import "./htmx";
|
||||
import "./dropdown";
|
||||
import "./discover";
|
||||
import "./anime";
|
||||
import "./timezone";
|
||||
import "./search";
|
||||
import "./sort_filter";
|
||||
import "./dedupe";
|
||||
import "./shell";
|
||||
import "./watchlist";
|
||||
import "./top_pick_carousel";
|
||||
import "./login";
|
||||
import "./schedule";
|
||||
Reference in New Issue
Block a user