some progress on player

This commit is contained in:
2024-06-11 09:45:12 +02:00
parent 28ae628f4d
commit 15d59d9cee
7 changed files with 226 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
<template>
<div>
<h1>Library</h1>
<playlistsView></playlistsView>
</div>
</template>
<script setup lang="ts">
import playlistsView from '@/components/playlistsView.vue';
</script>