feat: start queue view

This commit is contained in:
2026-08-31 14:28:35 +02:00
parent 4d9064f5c2
commit 1d492d5922
7 changed files with 122 additions and 27 deletions
+7
View File
@@ -1,5 +1,12 @@
<script setup lang="ts">
import QueueViewer from '@/components/QueueViewer.vue';
</script>
<template>
<div>
<h1>Player</h1>
<QueueViewer />
</div>
</template>