restart frontend development (now vite)

This commit is contained in:
janis
2023-10-16 16:37:52 +02:00
parent 2d907f052b
commit b0891022e7
28 changed files with 353 additions and 26168 deletions

View File

@@ -1,14 +0,0 @@
<template>
<div class="player">
<div class="controls"></div>
<div class="song-info"></div>
</div>
</template>
<style>
.song-info {
background-color: var( --accent-background );
height: 80%;
width: 50%;
}
</style>