9 lines
182 B
React
9 lines
182 B
React
import React from 'react'
|
|
import LoanChargesCom from '../components/loan_charges/LoanChargesCom'
|
|
|
|
export default function LoanChargesPage() {
|
|
return (
|
|
<LoanChargesCom />
|
|
)
|
|
}
|