blob: 0b4bdbd73176a9c81d0687edbbcfab3e9ab5d3b6 (
plain)
1
2
3
4
5
6
7
8
9
|
/*
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) 2023 metamuffin <metamuffin.org>
*/
/// <reference lib="dom" />
import "./player/mod.ts"
import "./transition.ts"
import "./backbutton.ts"
|