ff-admin/src/components/Spinner.vue
2024-08-23 14:42:32 +02:00

3 lines
102 B
Vue

<template>
<div class="w-5 h-5 border-y-2 rounded-full border-gray-700 animate-spin" />
</template>