mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
WIP item categories.
This commit is contained in:
@@ -71,13 +71,19 @@ export default [
|
||||
path: `${BASE_URL}/items/list`,
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Dashboard/Items/ItemsList')
|
||||
}),
|
||||
})
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/items/new`,
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Dashboard/Items/ItemForm')
|
||||
}),
|
||||
})
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/items/category`,
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Dashboard/Items/ItemCategoryList')
|
||||
})
|
||||
},
|
||||
|
||||
// Financial Reports.
|
||||
|
||||
Reference in New Issue
Block a user