10 lines
143 B
JavaScript
10 lines
143 B
JavaScript
export const MENU_ITEMS = [
|
|
{
|
|
"id" : 1,
|
|
"title": "Home",
|
|
},
|
|
{
|
|
"id" : 2,
|
|
"title" : "Notices"
|
|
}
|
|
] |