mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: Move billing to preferences (#566)
* feat: move billing to preferences * chore: remove the commented lines
This commit is contained in:
@@ -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: `/`,
|
||||
|
||||
Reference in New Issue
Block a user