feat: Move billing to preferences (#566)

* feat: move billing to preferences

* chore: remove the commented lines
This commit is contained in:
Ahmed Bouhuolia
2024-08-06 12:12:41 +02:00
committed by GitHub
parent 3cbcfac333
commit f21b01b1d6
7 changed files with 37 additions and 32 deletions

View File

@@ -1231,13 +1231,6 @@ export const getDashboardRoutes = () => [
breadcrumb: 'Bank Rules',
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
},
{
path: '/billing',
component: lazy(() => import('@/containers/Subscriptions/BillingPage')),
pageTitle: 'Billing',
breadcrumb: 'Billing',
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
},
// Homepage
{
path: `/`,