remove unused variables
This commit is contained in:
parent
57b5e59fac
commit
792cab6c7a
1 changed files with 0 additions and 2 deletions
|
@ -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' }];
|
||||
|
|
Loading…
Add table
Reference in a new issue