chage menu items order under account submenu

This commit is contained in:
Nuwan 2025-02-08 18:51:08 +05:30
parent 4a3630f786
commit 55f6839521
1 changed files with 1 additions and 1 deletions

View File

@ -55,11 +55,11 @@ export const accountRoutes = {
exact: true,
icon: 'lock',
children: [
{ to: '/account/identity', name: 'Identity'},
{ to: '/account/subscription', name: 'Subscription'},
{ to: '/account/payments', name: 'Payment History'},
{ to: '/account/payment-method', name: 'Payment Method'},
{ to: '/account/preferences', name: 'Preferences'},
{ to: '/account/identity', name: 'Identity'},
]
}