feat(notfound): add NotFound page (#1672)

This commit is contained in:
Gabriel 2018-05-07 05:07:14 -04:00 committed by Dmitry Nehaychik
parent 0ba99f2c6b
commit fa3cdf731b
9 changed files with 120 additions and 0 deletions

View file

@ -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',