feat: delete & edit role.

This commit is contained in:
elforjani13
2021-11-22 19:53:40 +02:00
parent a54ddf27c7
commit 15e7f34879
13 changed files with 64 additions and 22 deletions

View File

@@ -16,6 +16,7 @@ import ExpensesAlerts from '../Expenses/ExpensesAlerts';
import AccountTransactionsAlerts from '../CashFlow/AccountTransactions/AccountTransactionsAlerts';
import UsersAlerts from '../Preferences/Users/UsersAlerts';
import CurrenciesAlerts from '../Preferences/Currencies/CurrenciesAlerts';
import RolesAlerts from '../Preferences/Users/Roles/RolesAlerts';
export default [
...AccountsAlerts,
@@ -36,4 +37,5 @@ export default [
...AccountTransactionsAlerts,
...UsersAlerts,
...CurrenciesAlerts,
...RolesAlerts,
];