Revert "restart frontend development (now vite)"

This reverts commit b0891022e7.
This commit is contained in:
janis
2023-10-19 13:00:08 +02:00
parent b0891022e7
commit 801a646a4d
28 changed files with 26157 additions and 342 deletions

View File

@@ -0,0 +1,14 @@
<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>