LoadingIndicator.vue 122 B

12345
  1. <template>
  2. <div class="text-sm text-secondaryLight animate-pulse">
  3. <AppLogo class="h-8 w-8" />
  4. </div>
  5. </template>