UNPKG
rstarter-supporthq
Version:
latest (1.0.0)
1.0.0
rstarter-supporthq
/
src
/
Utilitis
/
menu.js
9 lines
(8 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
menu=[{ label:
"Form Example"
, link:
"Home"
, hasChild:
false
, menus:[ ] }];
export
default
menu;