refactor(auth): move auth into core module

This commit is contained in:
Dmitry Nehaychik 2017-08-02 18:13:50 +03:00
parent 75dd743244
commit 671056ddd9
4 changed files with 32 additions and 30 deletions

View file

@ -102,7 +102,7 @@ export const MENU_ITEMS: List<NbMenuItem> = List([{
}, {
title: 'Auth',
icon: 'ion-unlocked',
children: List<NgaMenuItem>([{
children: List<NbMenuItem>([{
title: 'Login',
link: '/auth/login',
}, {