Profile page and sidebar layouts
This commit is contained in:
5
components/global/Heading.vue
Normal file
5
components/global/Heading.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<h1 class="text-2xl font-bold flex">
|
||||
<slot />
|
||||
</h1>
|
||||
</template>
|
||||
Reference in New Issue
Block a user