mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
remove unused elements from components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user