pedi3/resources/js/Components/SectionBorder.vue

8 lines
163 B
Vue
Raw Permalink Normal View History

2024-02-24 20:41:30 -03:00
<template>
<div class="hidden sm:block">
<div class="py-8">
<div class="border-t border-gray-200" />
</div>
</div>
</template>