File "SectionBorder.vue"

Full Path: /home/fundopuh/trader.fxex.org/vendor/laravel/jetstream/stubs/inertia/resources/js/Jetstream/SectionBorder.vue
File size: 163 bytes
MIME-type: text/plain
Charset: utf-8

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