mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 01:10:13 +01:00
feat(notfound): add NotFound page (#1672)
This commit is contained in:
parent
0ba99f2c6b
commit
fa3cdf731b
9 changed files with 120 additions and 0 deletions
|
|
@ -141,6 +141,16 @@ export const MENU_ITEMS: NbMenuItem[] = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Miscellaneous',
|
||||
icon: 'nb-shuffle',
|
||||
children: [
|
||||
{
|
||||
title: '404',
|
||||
link: '/pages/miscellaneous/404',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Auth',
|
||||
icon: 'nb-locked',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue