login endpoint added

This commit is contained in:
victorAnumudu
2025-02-05 21:23:45 +01:00
parent b185419ba7
commit 15a598872e
9 changed files with 326 additions and 63 deletions
+8
View File
@@ -0,0 +1,8 @@
import React from 'react'
import GetLoan from '../components/GetLoan'
export default function GetLoanPage() {
return (
<GetLoan />
)
}