linting with biome...

This commit is contained in:
unurled 2025-07-21 23:13:53 +02:00
parent da2e7da762
commit f19b9f3b36
Signed by: unurled
GPG key ID: EFC5F5E709B47DDD
263 changed files with 3013 additions and 2754 deletions

View file

@ -1,12 +1,12 @@
<script lang="ts">
import { AlertDialog as AlertDialogPrimitive } from 'bits-ui';
import { cn } from '$lib/utils.js';
import type { AlertDialog as AlertDialogPrimitive } from 'bits-ui';
import { cn } from '$lib/utils.js';
let {
ref = $bindable(null),
class: className,
...restProps
}: AlertDialogPrimitive.OverlayProps = $props();
let {
ref = $bindable(null),
class: className,
...restProps
}: AlertDialogPrimitive.OverlayProps = $props();
</script>
<AlertDialogPrimitive.Overlay