mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
WIP item categories.
This commit is contained in:
@@ -79,13 +79,14 @@ export default [
|
||||
loader: () => import('containers/Dashboard/Items/ItemForm')
|
||||
})
|
||||
},
|
||||
|
||||
{
|
||||
path: `${BASE_URL}/items/category`,
|
||||
path: `${BASE_URL}/items/ItemCategoriesList`,
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Dashboard/Items/ItemCategoryList')
|
||||
loader: () => import('containers/Dashboard/Items/ItemsCategoryList')
|
||||
})
|
||||
},
|
||||
|
||||
,
|
||||
// Financial Reports.
|
||||
{
|
||||
path: `${BASE_URL}/accounting/general-ledger`,
|
||||
|
||||
Reference in New Issue
Block a user