refactoring: authentication with react-query.

This commit is contained in:
a.bouhuolia
2021-02-20 15:33:20 +02:00
parent 8f680e2068
commit a079f711d4
57 changed files with 1629 additions and 1290 deletions

View File

@@ -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`,