mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
WIP feature/Currencies
This commit is contained in:
@@ -2,6 +2,7 @@ import General from 'containers/Dashboard/Preferences/General';
|
||||
import Users from 'containers/Dashboard/Preferences/Users';
|
||||
import Accountant from 'containers/Dashboard/Preferences/Accountant';
|
||||
import Accounts from 'containers/Dashboard/Preferences/Accounts';
|
||||
import CurrenciesList from 'containers/Dashboard/Preferences/CurrenciesList'
|
||||
|
||||
const BASE_URL = '/dashboard/preferences';
|
||||
|
||||
@@ -18,6 +19,11 @@ export default [
|
||||
component: Users,
|
||||
exact: true,
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/currencies`,
|
||||
component: CurrenciesList,
|
||||
exact: true,
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/accountant`,
|
||||
name: 'dashboard.preferences.accountant',
|
||||
@@ -29,4 +35,4 @@ export default [
|
||||
name: 'dashboard.preferences.accounts',
|
||||
component: Accounts,
|
||||
},
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user