mernmail-website/constants/docLinks.js

8 lines
116 B
JavaScript
Raw Normal View History

2024-11-07 18:06:11 +01:00
export default [
{
href: "/docs",
target: "_self",
label: "Welcome to MERNMail documentation!"
}
];