fixed customer page table

This commit was merged in pull request #1.
This commit is contained in:
victorAnumudu
2025-08-22 17:42:37 +01:00
parent c68a5a2c99
commit 9a55f2a05f
12 changed files with 120 additions and 116 deletions
+4 -2
View File
@@ -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: '*',