rickvanlieshout.com/internal/testing/__mocks__/legalMenu.ts

6 lines
157 B
TypeScript

export default [
{ label: "Articles", path: "/" },
{ label: "About Me", path: "/pages/about/" },
{ label: "Contact Me", path: "/pages/contacts/" },
];