fixed customer page table
This commit was merged in pull request #1.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import BillingsCom from '../components/loan_charges/BillingsCom'
|
||||
|
||||
export default function BillingsPage() {
|
||||
return (
|
||||
<BillingsCom />
|
||||
)
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
import React from 'react'
|
||||
import LoanChargesCom from '../components/loan_charges/LoanChargesCom'
|
||||
|
||||
export default function LoanChargesPage() {
|
||||
return (
|
||||
<LoanChargesCom />
|
||||
)
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import SubscriptionsCom from '../components/transactions/SubscriptionsCom'
|
||||
|
||||
export default function SubscriptionsPage() {
|
||||
return (
|
||||
<SubscriptionsCom />
|
||||
)
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
import React from 'react'
|
||||
import TransactionsCom from '../components/transactions/TransactionsCom'
|
||||
|
||||
export default function TransactionsPage() {
|
||||
return (
|
||||
<TransactionsCom />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user