base commit
This commit is contained in:
@@ -39,6 +39,7 @@ type NavItem = { label: string; to: string }
|
||||
|
||||
const navItems: NavItem[] = [
|
||||
{ label: 'Каталог', to: '/' },
|
||||
{ label: 'О нас', to: '/about' },
|
||||
{ label: 'О покупке', to: '/info' },
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user