Files
clientsflow/frontend/app/components/workspace/auth/CrmAuthLoading.vue

6 lines
165 B
Vue

<template>
<div class="flex h-full items-center justify-center">
<span class="loading loading-spinner loading-md text-base-content/70" />
</div>
</template>