9 lines
220 B
React
9 lines
220 B
React
import React from 'react'
|
|
import DisbursementsLoanCom from '../components/disbursementsloancom/DisbursementsLoanCom'
|
|
|
|
export default function DisbursementsLoanPage() {
|
|
return (
|
|
<DisbursementsLoanCom />
|
|
)
|
|
}
|