mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat(items) : items preference.
This commit is contained in:
@@ -3,6 +3,7 @@ import Users from 'containers/Preferences/Users/Users';
|
||||
import Accountant from 'containers/Preferences/Accountant/Accountant';
|
||||
import Accounts from 'containers/Preferences/Accounts/Accounts';
|
||||
import Currencies from 'containers/Preferences/Currencies/Currencies';
|
||||
import Item from 'containers/Preferences/Item/Item';
|
||||
|
||||
const BASE_URL = '/preferences';
|
||||
|
||||
@@ -27,4 +28,9 @@ export default [
|
||||
component: Accountant,
|
||||
exact: true,
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/items`,
|
||||
component: Item,
|
||||
exact: true,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user