blob: ba60646a1ba861063e0c31517498005f0e9099bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
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"
import "./pagination.ts"
|