8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
|
export default [
|
||
|
{
|
||
|
href: "/docs",
|
||
|
target: "_self",
|
||
|
label: "Welcome to MERNMail documentation!"
|
||
|
}
|
||
|
];
|