9 lines
158 B
React
9 lines
158 B
React
import React from 'react'
|
|
import ApplyCom from '../components/applyloancom/ApplyCom'
|
|
|
|
export default function ApplyPage() {
|
|
return (
|
|
<ApplyCom />
|
|
)
|
|
}
|