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

6 lines
155 B
TypeScript
Raw Normal View History

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