fixed customer page table
This commit was merged in pull request #1.
This commit is contained in:
+4
-2
@@ -1,10 +1,12 @@
|
||||
const RouteLinks = {
|
||||
loginPage: '/auth/login',
|
||||
homePage: '/',
|
||||
customerPage: '/customer',
|
||||
subscriptions: '/subscriptions',
|
||||
billings: '/billings',
|
||||
|
||||
loansPage: '/loans',
|
||||
transactionsPage: '/transactions',
|
||||
customerPage: '/customer',
|
||||
loanChargesPage: '/loan-charges',
|
||||
offers: '/offers',
|
||||
transaction_details_page: '/transaction/details',
|
||||
errorPage: '*',
|
||||
|
||||
Reference in New Issue
Block a user