Files
digifi-office/src/pages/ApplyPage.jsx
T
2025-02-18 20:17:01 +01:00

9 lines
158 B
React

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