HM-27 Добавил компонет меню вместе с компонентом кнопки (#11)
* HM-27 Добавил компонет меню вместе с компонентом кнопки
This commit is contained in:
14
src/components/navigation-buttons-component/constants.js
Normal file
14
src/components/navigation-buttons-component/constants.js
Normal file
@ -0,0 +1,14 @@
|
||||
export const NAV_MENU = [
|
||||
{
|
||||
title: 'Home',
|
||||
url: '/'
|
||||
},
|
||||
{
|
||||
title: 'Api',
|
||||
url: '/api'
|
||||
},
|
||||
{
|
||||
title: 'Еще что-то',
|
||||
url: '/something'
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user