Skip to content

Commit

Permalink
[xprototype#4/feature] Add example with hooks in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcorrea committed Mar 28, 2019
1 parent 8428502 commit 9ad9bd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/domains/Auth/Service/AuthService.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ export default class AuthService extends API {
sublabel: 'Just a simple test ; )',
icon: 'code',
path: '/dashboard/test'
},
{
label: 'Test With Hooks',
sublabel: 'Demo to show declare hooks',
icon: 'code',
path: '/dashboard/test-with-hooks'
}
]
})
Expand Down

0 comments on commit 9ad9bd4

Please sign in to comment.