This commit is contained in:
Emily
2024-07-22 15:07:51 +02:00
parent 31c10b13b2
commit f3542f711b
8 changed files with 133 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
<script lang="ts" setup>
</script>
<template>
<div class="w-fit h-fit rounded-md bg-lyx-widget p-4 outline outline-[1px] outline-lyx-background-lighter">
<slot></slot>
</div>
</template>