diff --git a/src/lib/components/inputs/Textarea.svelte b/src/lib/components/inputs/Textarea.svelte
index 11efe53..9ec4ebf 100644
--- a/src/lib/components/inputs/Textarea.svelte
+++ b/src/lib/components/inputs/Textarea.svelte
@@ -11,7 +11,7 @@
let { value = $bindable(), name, ...rest }: Props = $props();
-
+