6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
const navLinks = [
|
|
{ href: '/about', name: 'About' },
|
|
]
|
|
|
|
export default navLinks
|