fix: remove unused variables from Svelte components
This commit is contained in:
@@ -367,7 +367,8 @@
|
||||
{#if pageState === 'loading'}
|
||||
<div class="mx-auto max-w-3xl space-y-4 p-6 pt-24">
|
||||
<Skeleton class="h-8 w-48" />
|
||||
{#each Array(5) as _, i (i)}
|
||||
{#each Array(5) as __, i (i)}
|
||||
{__}
|
||||
<Skeleton class="h-24 w-full" />
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user