deploy
This commit is contained in:
@@ -37,11 +37,7 @@ import { BearLogo } from '@/shared/ui/BearLogo'
|
||||
|
||||
type NavItem = { label: string; to: string }
|
||||
|
||||
const navItems: NavItem[] = [
|
||||
{ label: 'Каталог', to: '/' },
|
||||
{ label: 'О нас', to: '/about' },
|
||||
{ label: 'О покупке', to: '/info' },
|
||||
]
|
||||
const navItems: NavItem[] = [{ label: 'Каталог', to: '/' }]
|
||||
|
||||
function ThemeControlsDesktop(props: {
|
||||
scheme: string
|
||||
|
||||
Reference in New Issue
Block a user