Skip to content
Snippets Groups Projects
BaseDivider.vue 143 B
Newer Older
<script setup lang="ts"></script>

<template>
  <div style="height: 1px" class="w-full bg-gray-600"></div>
</template>

<style scoped></style>