Revert "ssr on"

This reverts commit 3e9a22e788.
This commit is contained in:
Face 2025-06-27 21:29:31 +03:00
parent 3e9a22e788
commit 8a8c141fbe
6 changed files with 14 additions and 16 deletions

View file

@ -6,12 +6,12 @@
ref = $bindable(null),
class: className,
...restProps
}: WithoutChildren<WithElementRef<HTMLAttributes<HTMLSpanElement>>> = $props();
}: WithoutChildren<WithElementRef<HTMLAttributes<HTMLDivElement>>> = $props();
</script>
<span
<div
bind:this={ref}
data-slot="skeleton"
class={cn("bg-accent animate-pulse rounded-md", className)}
{...restProps}
></span>
></div>