Added You are almost there comp

This commit is contained in:
Ebube
2024-03-22 17:19:58 +01:00
parent dd6d92654c
commit e1bd0293f1
7 changed files with 257 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import React, { useRef, useState } from "react";
import InputSection from "./InputSection";
import InputDetails from "./IntroDetails";
import OTPSection from "./OtpSection";
import SpouseDetails from "./SpouseDetails";
import { Button } from "..";
@@ -65,7 +65,7 @@ const BasicInfo: React.FC<BasicInfoProps> = ({
Lets Get You Started
</h1>
<form>
<InputSection
<InputDetails
inputValues={inputValues}
handleChange={handleChange}
handleInput={handleInput}