chore: cleanup

This commit is contained in:
2026-05-31 00:39:20 +02:00
parent 1da19d500e
commit 2b761127a0

View File

@@ -33,4 +33,3 @@ export const loadVideoSource = (url: string): void => {
state.video.play().catch(() => undefined);
}
};