diff options
Diffstat (limited to 'web/script/main.ts')
| -rw-r--r-- | web/script/main.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web/script/main.ts b/web/script/main.ts deleted file mode 100644 index 303ac71..0000000 --- a/web/script/main.ts +++ /dev/null @@ -1,12 +0,0 @@ -/* - 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" |