remove unused elements from components

This commit is contained in:
geoffrey45
2022-08-27 20:02:03 +03:00
parent 465383b5fa
commit f26e952703
3 changed files with 13 additions and 21 deletions
@@ -10,9 +10,7 @@
<span>Shuffle</span>
</button>
</div>
<div class="right">
<Option />
</div>
<div class="right"></div>
</div>
</template>
@@ -21,7 +19,6 @@ import useQueueStore from "../../../stores/queue";
import ClearSvg from "@/assets/icons/delete.svg";
import ShuffleSvg from "@/assets/icons/shuffle.svg";
import Option from "@/components/shared/Option.vue";
const queue = useQueueStore();
</script>