7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
export const NAV_ITEMS = [
|
|
{ label: "Home", href: "/" },
|
|
{ label: "About", href: "/about" },
|
|
{ label: "Contact", href: "/contact" },
|
|
{ label: "Admin", href: "/admin" },
|
|
];
|