5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
export const NAV_ITEMS = [
|
|
{ label: 'Home', href: '/' },
|
|
{ label: 'About', href: '/about' },
|
|
{ label: 'Contact', href: '/contact' },
|
|
] |