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
@@ -286,7 +286,8 @@
<Card.Content>
{#if loading}
<div class="space-y-4">
{#each Array(3) as _, i (i)}
{#each Array(3) as __, i (i)}
{__}
<div class="space-y-2">
<Skeleton class="h-4 w-32" />
<Skeleton class="h-5 w-full" />