That's a picky error...

This commit is contained in:
2026-01-30 23:34:38 -03:00
parent 44f6743b45
commit 0c34d37110

View File

@@ -1,5 +1,5 @@
<script lang="ts"> <script lang="ts">
let { color = 'currentColor' }: { color?: string } = $props(); const { color = 'currentColor' } = $props<{ color?: string }>();
</script> </script>
<svg <svg