chore: cleanup

This commit is contained in:
2026-05-31 00:39:20 +02:00
committed by Milas Holsting
parent 2f7af1f739
commit 65405402a8

View File

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