WIP feature/expenses

This commit is contained in:
elforjani3
2020-06-11 20:41:18 +02:00
parent 55a4319827
commit 45d9199dbb
27 changed files with 2761 additions and 616 deletions

View File

@@ -119,11 +119,11 @@ export default [
children: [
{
text: <T id={'expenses'}/>,
href: '/expenses',
href: '/expenses/new',
},
{
text: <T id={'new_expenses'}/>,
href: '/expenses/new',
text: <T id={'expenses_list'}/>,
href: '/expenses-list',
},
],
},