fix: remove unused variables from Svelte components

This commit is contained in:
2026-07-10 11:58:42 +01:00
parent 895d7f0df9
commit eed8814021
30 changed files with 313 additions and 272 deletions
@@ -507,7 +507,8 @@
Customer Relationship
</h3>
<div class="space-y-2">
{#each Array(5) as _, i (i)}
{#each Array(5) as __, i (i)}
{__}
<div class="h-10 animate-pulse rounded-md bg-gray-200"></div>
{/each}
</div>