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

@@ -21,6 +21,13 @@ export const getPreferenceRoutes = () => [
),
exact: true,
},
{
path: `${BASE_URL}/payment-methods`,
component: lazy(
() => import('../containers/Preferences/PaymentMethods/PreferencesPaymentMethodsPage'),
),
exact: true,
},
{
path: `${BASE_URL}/credit-notes`,
component: lazy(() =>