mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 13:04:23 +00:00
some initial setup work for GUI
This commit is contained in:
10
MusicPlayerV2-GUI/src/views/HomeView.vue
Normal file
10
MusicPlayerV2-GUI/src/views/HomeView.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>Hello World</h1>
|
||||
<div class="player-panel-link"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user