Skip to content

Commit

Permalink
fix(sidebar): Add Form Inputs extra component menu item (#1966)
Browse files Browse the repository at this point in the history
Fixes #1965
  • Loading branch information
dizco authored and nnixaa committed Apr 1, 2019
1 parent 7bd1b93 commit 658aa19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/pages/pages-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export const MENU_ITEMS: NbMenuItem[] = [
title: 'Infinite List',
link: '/pages/extra-components/infinite-list',
},
{
title: 'Form Inputs',
link: '/pages/extra-components/form-inputs',
},
{
title: 'Accordion',
link: '/pages/extra-components/accordion',
Expand Down

0 comments on commit 658aa19

Please sign in to comment.