remove unused var

This commit is contained in:
geoffrey45
2022-07-06 17:53:53 +03:00
parent 18d213e57f
commit 27605facf2
4 changed files with 2 additions and 4 deletions
-1
View File
@@ -1,4 +1,3 @@
import { Track, AlbumInfo, Artist } from "./../interfaces";
import { ref } from "@vue/reactivity";
import { reactive } from "vue";