That's a picky error...

This commit is contained in:
2026-02-01 02:42:02 -03:00
parent 44f6743b45
commit 0c34d37110
+1 -1
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