sidebar work in progress

This commit is contained in:
2025-05-10 23:23:58 +02:00
parent c7ebcf0b33
commit 0a1d0f1ca1
3 changed files with 45 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
<template>
<h1 class="text-xl font-bold">
<slot />
</h1>
</template>
<script setup lang="ts">
</script>
<style scoped></style>