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