loan detail page added
This commit was merged in pull request #66.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import ReferenceDetails from "../components/Dashboard/referenceDetails/ReferenceDetails";
|
||||
|
||||
export default function DashboardpaymentsPage() {
|
||||
return (
|
||||
<div>Dashboardpayments</div>
|
||||
<>
|
||||
<ReferenceDetails />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
import EmploymentDetail from "../components/Dashboard/employmentDetails/EmploymentDetails";
|
||||
|
||||
export default function DashboardVerificationPage() {
|
||||
return (
|
||||
<div>DashboardVerification</div>
|
||||
<>
|
||||
<EmploymentDetail />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user