aboutsummaryrefslogtreecommitdiff
path: root/ui/client-scripts/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/client-scripts/src/main.ts')
-rw-r--r--ui/client-scripts/src/main.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/client-scripts/src/main.ts b/ui/client-scripts/src/main.ts
new file mode 100644
index 0000000..303ac71
--- /dev/null
+++ b/ui/client-scripts/src/main.ts
@@ -0,0 +1,12 @@
+/*
+ This file is part of jellything (https://codeberg.org/metamuffin/jellything)
+ which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
+ Copyright (C) 2026 metamuffin <metamuffin.org>
+*/
+/// <reference lib="dom" />
+import "./player/mod.ts"
+import "./transition.ts"
+import "./backbutton.ts"
+import "./dangerbutton.ts"
+import "./log_live.ts"
+import "./import_live.ts"