rickvanlieshout.com/internal/testing/__mocks__/menu.ts
2022-04-16 14:53:32 +00:00

6 lines
155 B
TypeScript

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