compose elt v0.1
Some checks failed
Deploy App / build (push) Has been cancelled
Deploy App / deploy (push) Has been cancelled

This commit is contained in:
valere
2025-12-23 12:55:37 +01:00
parent 8efafc4642
commit 2c826e29ea
16 changed files with 202 additions and 429 deletions

View File

@@ -1,8 +1,3 @@
<template>
<div class="w-full flex flex-col items-center">
<slot />
<searchModal />
<loader />
<Player />
</div>
<slot />
</template>

View File

@@ -1,5 +0,0 @@
<template>
<div class="w-full flex flex-col items-center">
<slot />
</div>
</template>