aboutsummaryrefslogtreecommitdiff
path: root/web/script/main.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-21 20:43:16 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-21 20:43:16 +0200
commitb6139239e35d05621603a2b419bff4c0dc9cdf40 (patch)
tree9202e145bb5cf273b5c268ed38192bcc550126a3 /web/script/main.ts
parent96a17db4701fa13837f173d228d1b45cb1a5316f (diff)
downloadjellything-b6139239e35d05621603a2b419bff4c0dc9cdf40.tar
jellything-b6139239e35d05621603a2b419bff4c0dc9cdf40.tar.bz2
jellything-b6139239e35d05621603a2b419bff4c0dc9cdf40.tar.zst
port js transitions to ts
Diffstat (limited to 'web/script/main.ts')
-rw-r--r--web/script/main.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/script/main.ts b/web/script/main.ts
index b59f7af..e2a5045 100644
--- a/web/script/main.ts
+++ b/web/script/main.ts
@@ -4,3 +4,4 @@
Copyright (C) 2023 metamuffin <metamuffin.org>
*/
import "./player/mod.ts"
+import "./transition.ts"