mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 13:04:23 +00:00
some progress on player
This commit is contained in:
10
MusicPlayerV2-GUI/src/components/libraryView.vue
Normal file
10
MusicPlayerV2-GUI/src/components/libraryView.vue
Normal 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>
|
||||
Reference in New Issue
Block a user