mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
export default [
|
|
{ label: "Articles", path: "/" },
|
|
{ label: "About Me", path: "/pages/about" },
|
|
{ label: "Contact Me", path: "/pages/contacts" },
|
|
];
|