diff --git a/src/lib/components/ui/input/input.svelte b/src/lib/components/ui/input/input.svelte
index 13fa116..185032c 100644
--- a/src/lib/components/ui/input/input.svelte
+++ b/src/lib/components/ui/input/input.svelte
@@ -1,46 +1,45 @@
-{#if type === "file"}
-
+{#if type === 'file'}
+
{:else}
-
+
{/if}