removed unused pages and aside links
This commit was merged in pull request #20.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import React from 'react'
|
||||
import ApplicationsLoanCom from '../components/applicationsloancom/ApplicationsLoanCom'
|
||||
|
||||
export default function ApplicationsLoanPage() {
|
||||
return (
|
||||
<ApplicationsLoanCom />
|
||||
)
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
import React from 'react'
|
||||
import ApprovedLoanCom from '../components/approvedloancom/ApprovedLoanCom'
|
||||
|
||||
export default function ApprovedLoansPage() {
|
||||
return (
|
||||
<ApprovedLoanCom />
|
||||
)
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
import React from 'react'
|
||||
import DisbursementsLoanCom from '../components/disbursementsloancom/DisbursementsLoanCom'
|
||||
|
||||
export default function DisbursementsLoanPage() {
|
||||
return (
|
||||
<DisbursementsLoanCom />
|
||||
)
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import LoanChargesCom from '../components/loan_charges/LoanChargesCom'
|
||||
|
||||
export default function LoanChargesPage() {
|
||||
return (
|
||||
<LoanChargesCom />
|
||||
)
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
import React from 'react'
|
||||
import LoanOffersCom from '../components/loanofferscom/LoanOffersCom'
|
||||
|
||||
export default function LoanOffersPage() {
|
||||
return (
|
||||
<LoanOffersCom />
|
||||
)
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import RepaymentsCom from '../components/repayments/RepaymentsCom'
|
||||
|
||||
export default function RepaymentsPage() {
|
||||
return (
|
||||
<RepaymentsCom />
|
||||
)
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
import React from 'react'
|
||||
import RequestCom from '../components/request/RequestCom'
|
||||
|
||||
export default function RequestPage() {
|
||||
return (
|
||||
<RequestCom/>
|
||||
)
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
import React from 'react'
|
||||
import SelectedLoanCom from '../components/selectedloancom/SelectedLoanCom'
|
||||
|
||||
export default function SelectedLoanPage() {
|
||||
return (
|
||||
<SelectedLoanCom />
|
||||
)
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import TransactionsCom from '../components/transactions/TransactionsCom'
|
||||
|
||||
export default function TransactionsPage() {
|
||||
return (
|
||||
<TransactionsCom />
|
||||
)
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
import React from 'react'
|
||||
import BreadcrumbCom from '../components/breadcrumb/BreadcrumbCom'
|
||||
|
||||
export default function UsersPage() {
|
||||
return (
|
||||
<div className='w-full'>
|
||||
<BreadcrumbCom title='Users' paths={['Dashboard', 'Users']} />
|
||||
<p className=''>
|
||||
coming soon ...
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user