mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: payment methods preferences page
This commit is contained in:
@@ -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(() =>
|
||||
|
||||
Reference in New Issue
Block a user