mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(sidebar): Add Form Inputs extra component menu item (#1966)
Fixes #1965
This commit is contained in:
parent
7bd1b9313c
commit
658aa1972a
1 changed files with 4 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue