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 -1
View File
@@ -1,5 +1,6 @@
import React from "react";
import BasicInfo from "./BasicInfo";
import YourAreAlmostThere from "./YourAreAlmostThere";
const GetStarted = () => {
const [step, setStep] = React.useState(1);
@@ -38,7 +39,7 @@ const GetStarted = () => {
handleNextStep={handleNextStep}
/>
)}
{step === 2 && "lol"}
{step === 2 && <YourAreAlmostThere />}
</main>
</div>
</div>