mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add queue page
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div class="queue-view">
|
||||
<Queue />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Queue from "@/components/RightSideBar/Queue.vue";
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.queue-view {
|
||||
background-color: $black;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user