apply loan page started

This commit is contained in:
victorAnumudu
2025-02-18 20:17:01 +01:00
parent 8fb9e42ec4
commit 952f77740e
12 changed files with 444 additions and 18 deletions
+2 -7
View File
@@ -1,13 +1,8 @@
import React from 'react'
import BreadcrumbCom from '../components/breadcrumb/BreadcrumbCom'
import ApplyCom from '../components/applyloancom/ApplyCom'
export default function ApplyPage() {
return (
<div className='w-full'>
<BreadcrumbCom title='Apply' paths={['Dashboard', 'Apply']} />
<p className=''>
coming soon ...
</p>
</div>
<ApplyCom />
)
}