9 lines
179 B
React
9 lines
179 B
React
import React from 'react'
|
|
import LoanOffersCom from '../components/loanofferscom/LoanOffersCom'
|
|
|
|
export default function LoanOffersPage() {
|
|
return (
|
|
<LoanOffersCom />
|
|
)
|
|
}
|