mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
refactoring: authentication with react-query.
This commit is contained in:
@@ -20,16 +20,16 @@ export default [
|
||||
pageTitle: 'Accounts Chart',
|
||||
},
|
||||
// Custom views.
|
||||
{
|
||||
path: `/custom_views/:resource_slug/new`,
|
||||
component: lazy(() => import('containers/Views/ViewFormPage')),
|
||||
breadcrumb: 'New',
|
||||
},
|
||||
{
|
||||
path: `/custom_views/:view_id/edit`,
|
||||
component: lazy(() => import('containers/Views/ViewFormPage')),
|
||||
breadcrumb: 'Edit',
|
||||
},
|
||||
// {
|
||||
// path: `/custom_views/:resource_slug/new`,
|
||||
// component: lazy(() => import('containers/Views/ViewFormPage')),
|
||||
// breadcrumb: 'New',
|
||||
// },
|
||||
// {
|
||||
// path: `/custom_views/:view_id/edit`,
|
||||
// component: lazy(() => import('containers/Views/ViewFormPage')),
|
||||
// breadcrumb: 'Edit',
|
||||
// },
|
||||
// Accounting.
|
||||
{
|
||||
path: `/make-journal-entry`,
|
||||
|
||||
Reference in New Issue
Block a user