WIP Frontend development.

This commit is contained in:
Ahmed Bouhuolia
2020-02-18 02:31:42 +02:00
parent e5c78fe555
commit a37341ff00
24 changed files with 364 additions and 80 deletions

View File

@@ -6,9 +6,17 @@ export default [
},
{
icon: 'cut',
text: 'cut',
label: '⌘C',
text: 'Homepage',
disabled: false,
href: '/dashboard/homepage',
},
{
divider: true,
},
{
icon: 'cut',
text: 'Chart of Accounts',
href: '/dashboard/accounts',
children: [
{
icon: 'cut',