diff --git a/components/Input.tsx b/components/Input.tsx index 43e7084..d2c97ba 100644 --- a/components/Input.tsx +++ b/components/Input.tsx @@ -4,7 +4,7 @@ export function Input(props: JSX.HTMLAttributes) { return ( ); }