Teren-app/resources/js/Components/SectionBorder.vue
Simon Pocrnjič 90a5858320 first commit
2024-10-28 21:08:16 +01:00

8 lines
163 B
Vue

<template>
<div class="hidden sm:block">
<div class="py-8">
<div class="border-t border-gray-200" />
</div>
</div>
</template>