🎨 Format using Biome

This commit is contained in:
2025-07-01 19:45:02 +02:00
parent a859439353
commit 45226136f3
6 changed files with 97 additions and 101 deletions

View File

@ -1,12 +1,12 @@
<script lang="ts">
import type { Snippet } from "svelte"
import type { Snippet } from "svelte"
interface Props {
title?: string
children: Snippet
}
interface Props {
title?: string
children: Snippet
}
const { title = "", children }: Props = $props()
const { title = "", children }: Props = $props()
</script>
<details class="collapse collapse-arrow bg-base-200">