remove unused variables

This commit is contained in:
0d0 2025-02-14 18:58:21 +01:00
parent 57b5e59fac
commit 792cab6c7a

View file

@ -2,9 +2,7 @@
let source = $state('youtube');
let link = $state('');
let format = $state('mp3');
let loading = $state(true);
let showModal = $state(false);
let error = $state(false);
let href = $state('');
// let formats = ['ogg', 'mp3', 'mp4']
const formats = [{ value: 'mp3', label: 'MP3' }];