Skip to content

Commit f4c0a41

Browse files
authored
Bye bye separator 👋🏻 (#66)
1 parent 41eb194 commit f4c0a41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resources/js/components/Heading.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script setup lang="ts">
2-
import { Separator } from '@/components/ui/separator';
3-
42
interface Props {
53
title: string;
64
description?: string;
@@ -16,5 +14,4 @@ defineProps<Props>();
1614
{{ description }}
1715
</p>
1816
</div>
19-
<Separator class="my-6" />
2017
</template>

0 commit comments

Comments
 (0)