diff --git a/components/wizard/inputWrapper.tsx b/components/wizard/inputWrapper.tsx index 2d12e76..3b06ec6 100644 --- a/components/wizard/inputWrapper.tsx +++ b/components/wizard/inputWrapper.tsx @@ -4,7 +4,7 @@ import Required from './required' export default function Input(props: { label: string required: boolean - children: React.ReactChildren + children: ReactNode }) { const { label, required, children } = props