diff --git a/components/wizard/input.tsx b/components/wizard/input.tsx index 743784e..ebc4818 100644 --- a/components/wizard/input.tsx +++ b/components/wizard/input.tsx @@ -10,7 +10,7 @@ export default function Input(props: InputProps) { const { label, required, type = 'text', ...rest } = props return ( - + )