diff --git a/src/components/timer.vue b/src/components/timer.vue index b441d66..465ff7b 100644 --- a/src/components/timer.vue +++ b/src/components/timer.vue @@ -39,10 +39,6 @@ description } from '../libs/state.js' - const removeSong = (song) => { - copiedSongs.value = copiedSongs.value.filter(curr => curr.id !== song.id) - } - export default { data() { return { @@ -239,7 +235,11 @@