Files
dayplanner/web/components/ui/Title1.vue
2025-05-10 23:23:58 +02:00

12 lines
134 B
Vue

<template>
<h1 class="text-xl font-bold">
<slot />
</h1>
</template>
<script setup lang="ts">
</script>
<style scoped></style>