sidebar work in progress
This commit is contained in:
11
web/components/ui/Title1.vue
Normal file
11
web/components/ui/Title1.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<h1 class="text-xl font-bold">
|
||||
<slot />
|
||||
</h1>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user