fixed build and added updates to loan amount component

This commit was merged in pull request #27.
This commit is contained in:
2024-03-22 22:35:11 +01:00
parent 05dfb50f62
commit b3efba09d6
5 changed files with 44 additions and 16 deletions
@@ -1,5 +1,5 @@
import React from "react";
import { useNavigate } from "react-router-dom";
// import { useNavigate } from "react-router-dom";
import EmploymentDetails from "./EmploymentDetails";
import ReferenceDetails from "./ReferenceDetails";
import { Button } from "..";
@@ -8,12 +8,7 @@ interface YourAreAlmostThereProps {
handleNextStep: any;
}
const YourAreAlmostThere: React.FC = ({ handleNextStep }) => {
const navigate = useNavigate();
const navigation = () => {
navigate("");
};
const YourAreAlmostThere: React.FC<YourAreAlmostThereProps> = ({ handleNextStep }) => {
return (
<>
<h1 className="font-semibold text-[2.375rem] text-[#5C2684] my-[.5rem]">