mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
refactoring: migrating to react-query to manage service-side state.
This commit is contained in:
@@ -62,7 +62,7 @@ export default [
|
||||
{
|
||||
path: `/items/categories`,
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Items/ItemCategoriesList'),
|
||||
loader: () => import('containers/ItemsCategories/ItemCategoriesList'),
|
||||
}),
|
||||
breadcrumb: 'Categories',
|
||||
},
|
||||
@@ -95,7 +95,7 @@ export default [
|
||||
{
|
||||
path: `/inventory-adjustments`,
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Items/InventoryAdjustmentList'),
|
||||
loader: () => import('containers/InventoryAdjustments/InventoryAdjustmentList'),
|
||||
}),
|
||||
breadcrumb: 'Inventory a adjustments',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user