mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: Stripe payment integration
This commit is contained in:
@@ -110,13 +110,6 @@ export const getPreferenceRoutes = () => [
|
||||
component: lazy(() => import('@/containers/Subscriptions/BillingPage')),
|
||||
exact: true,
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/integrations`,
|
||||
component: lazy(
|
||||
() => import('@/containers/Preferences/Integrations/IntegrationsPage'),
|
||||
),
|
||||
exact: true,
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/`,
|
||||
component: lazy(() => import('../containers/Preferences/DefaultRoute')),
|
||||
|
||||
Reference in New Issue
Block a user