Added You are almost there comp
This commit is contained in:
@@ -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> = ({
|
||||
Let’s Get You Started
|
||||
</h1>
|
||||
<form>
|
||||
<InputSection
|
||||
<InputDetails
|
||||
inputValues={inputValues}
|
||||
handleChange={handleChange}
|
||||
handleInput={handleInput}
|
||||
|
||||
Reference in New Issue
Block a user