feat: payment methods preferences page

This commit is contained in:
Ahmed Bouhuolia
2024-09-18 11:19:59 +02:00
parent 5270e99de8
commit df706d2573
4 changed files with 106 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ export default [
text: <T id={'users'} />,
href: '/preferences/users',
},
{
text: 'Payment Methods',
href: '/preferences/payment-methods'
},
{
text: <T id={'preferences.estimates'} />,
href: '/preferences/estimates',