WIP: billing /style

This commit is contained in:
elforjani3
2020-09-27 20:42:27 +02:00
parent 8cccf23fcc
commit 7b6e895be5
13 changed files with 583 additions and 1 deletions

View File

@@ -322,4 +322,16 @@ export default [
}),
breadcrumb: 'Receipt List',
},
//Subscriptions
{
path: `/billing`,
component: LazyLoader({
loader: () => import('containers/Subscriptions/BillingForm'),
}),
breadcrumb: 'New Billing',
},
];